From: Pablo de Lara Date: Thu, 19 Jul 2018 03:03:31 +0000 (+0100) Subject: devtools: remove already enabled nfp from build test X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=62d58259e5d7bc195e842ca761e1a87c6db34031;p=dpdk.git devtools: remove already enabled nfp from build test NFP PMD does not have any external dependency. It only requires Linux OS, so it is not needed to be enabled in the test-build script. Fixes: 80987c40fd28 ("config: enable nfp driver on Linux") Signed-off-by: Pablo de Lara Acked-by: Alejandro Lucero --- diff --git a/devtools/test-build.sh b/devtools/test-build.sh index 3ea82bb46a..f6db99fb01 100755 --- a/devtools/test-build.sh +++ b/devtools/test-build.sh @@ -153,7 +153,6 @@ config () # sed -ri 's,(PMD_SZEDATA2=)n,\1y,' $1/.config test "$DPDK_DEP_ZLIB" != y || \ sed -ri 's,(BNX2X_PMD=)n,\1y,' $1/.config - sed -ri 's,(NFP_PMD=)n,\1y,' $1/.config test "$DPDK_DEP_PCAP" != y || \ sed -ri 's,(PCAP=)n,\1y,' $1/.config test -z "$ARMV8_CRYPTO_LIB_PATH" || \