crypto/octeontx2: support CN98xx
[dpdk.git] / examples / ioat / meson.build
index f1a045a..e348196 100644 (file)
@@ -7,7 +7,10 @@
 # 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 += ['raw_ioat']