event/dlb2: add v2.5 create LDB queue
[dpdk.git] / examples / ioat / meson.build
index 6afbaa6..68bce1a 100644 (file)
@@ -8,9 +8,12 @@
 
 allow_experimental_apis = true
 build = dpdk_conf.has('RTE_RAW_IOAT')
+if not build
+    subdir_done()
+endif
 
 deps += ['raw_ioat']
 
 sources = files(
-       'ioatfwd.c'
+        'ioatfwd.c',
 )