X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=inline;f=app%2Ftest-pmd%2Fmeson.build;h=a0b3be07f05b87e1b5ffdc472492b9907e8d8141;hb=45b83b9b0434db1f190f7fa7d30e6fed75793ae6;hp=4c9fbbfda7ef853132e979c5e0ce23465b6cd16c;hpb=870c251cd0ae6ef1a27b374c1baf9cd698ce4763;p=dpdk.git diff --git a/app/test-pmd/meson.build b/app/test-pmd/meson.build index 4c9fbbfda7..a0b3be07f0 100644 --- a/app/test-pmd/meson.build +++ b/app/test-pmd/meson.build @@ -4,6 +4,7 @@ # override default name to drop the hyphen name = 'testpmd' allow_experimental_apis = true +cflags += '-Wno-deprecated-declarations' sources = files('cmdline.c', 'cmdline_flow.c', 'cmdline_mtr.c', @@ -35,7 +36,7 @@ if dpdk_conf.has('RTE_LIBRTE_IXGBE_PMD') deps += 'pmd_ixgbe' endif if dpdk_conf.has('RTE_LIBRTE_SOFTNIC_PMD') - sources += files('tm.c') + sources += files('softnicfwd.c') deps += 'pmd_softnic' endif if dpdk_conf.has('RTE_LIBRTE_DPAA_PMD')