]> git.droids-corp.org - dpdk.git/blobdiff - app/test-pmd/meson.build
build: detect micro-arch on ARM
[dpdk.git] / app / test-pmd / meson.build
index 4614e350607377493f03c88689ed1325cefe6715..9964dae75f159c0906ba53164ae69defe1bace60 100644 (file)
@@ -45,7 +45,7 @@ endif
 
 executable('dpdk-testpmd',
        sources,
-       c_args: [machine_arg, '-DALLOW_EXPERIMENTAL_API'],
+       c_args: [machine_args, '-DALLOW_EXPERIMENTAL_API'],
        link_whole: link_libs,
        dependencies: dep_objs,
        install_rpath: join_paths(get_option('prefix'), driver_install_path),