net/bnxt: fix mbuf VLAN in scalar Rx
[dpdk.git] / examples / ioat / meson.build
index f72cf70..68bce1a 100644 (file)
@@ -7,10 +7,13 @@
 # DPDK instance, use 'make'
 
 allow_experimental_apis = true
-build = dpdk_conf.has('RTE_LIBRTE_PMD_IOAT_RAWDEV')
+build = dpdk_conf.has('RTE_RAW_IOAT')
+if not build
+    subdir_done()
+endif
 
-deps += ['rawdev_ioat']
+deps += ['raw_ioat']
 
 sources = files(
-       'ioatfwd.c'
+        'ioatfwd.c',
 )