]> git.droids-corp.org - dpdk.git/blobdiff - drivers/raw/ioat/meson.build
net/ice/base: handle error gracefully in HW table calloc
[dpdk.git] / drivers / raw / ioat / meson.build
index ca23e23fccc67587081a6e96c174e1a53bb137b5..0878418aee1a781434566664c5e3aebdf55d08c2 100644 (file)
@@ -2,8 +2,10 @@
 # Copyright 2019 Intel Corporation
 
 build = dpdk_conf.has('RTE_ARCH_X86')
-sources = files('ioat_rawdev.c')
-deps += ['rawdev', 'bus_pci']
+reason = 'only supported on x86'
+sources = files('ioat_rawdev.c',
+               'ioat_rawdev_test.c')
+deps += ['rawdev', 'bus_pci', 'mbuf']
 
 install_headers('rte_ioat_rawdev.h',
                'rte_ioat_spec.h')