X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fioat%2Fmeson.build;h=68bce1ab03dae7af1596bff582bcbf0e79e31af9;hb=96b25c496aadae16c548ea25c0267a73154dbd64;hp=e348196ba3426cedc8f59bdaeb8476eb738f243c;hpb=3495a68f2a5491b417ff080d57cbf7e39abc1f44;p=dpdk.git diff --git a/examples/ioat/meson.build b/examples/ioat/meson.build index e348196ba3..68bce1ab03 100644 --- a/examples/ioat/meson.build +++ b/examples/ioat/meson.build @@ -9,11 +9,11 @@ allow_experimental_apis = true build = dpdk_conf.has('RTE_RAW_IOAT') if not build - subdir_done() + subdir_done() endif deps += ['raw_ioat'] sources = files( - 'ioatfwd.c' + 'ioatfwd.c', )