From 0c573f39e5f67c8547a966e11516fd548af0d3b4 Mon Sep 17 00:00:00 2001 From: David Marchand Date: Wed, 31 Jul 2019 09:55:34 +0200 Subject: [PATCH] test: remove link to ixgbe/i40e with meson The tests do not depend on ixgbe or i40e drivers, just remove this explicit link that likely comes from a copy/paste from testpmd. Fixes: b5dc795a8a55 ("test: build app with meson as dpdk-test") Cc: stable@dpdk.org Signed-off-by: David Marchand --- app/test/meson.build | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/test/meson.build b/app/test/meson.build index c50b202757..e8a898eb6a 100644 --- a/app/test/meson.build +++ b/app/test/meson.build @@ -300,12 +300,6 @@ dump_test_names = [ if dpdk_conf.has('RTE_LIBRTE_PDUMP') test_deps += 'pdump' endif -if dpdk_conf.has('RTE_LIBRTE_I40E_PMD') - test_deps += 'pmd_i40e' -endif -if dpdk_conf.has('RTE_LIBRTE_IXGBE_PMD') - test_deps += 'pmd_ixgbe' -endif if dpdk_conf.has('RTE_LIBRTE_BOND_PMD') test_deps += 'pmd_bond' endif -- 2.20.1