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 <pablo.de.lara.guarch@intel.com> Acked-by: Alejandro Lucero <alejandro.lucero@netronome.com>
This commit is contained in:
parent
7ab927f70a
commit
62d58259e5
@ -153,7 +153,6 @@ config () # <directory> <target> <options>
|
||||
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" || \
|
||||
|
Loading…
x
Reference in New Issue
Block a user