From: Thomas Monjalon Date: Wed, 29 Jun 2016 08:56:19 +0000 (+0200) Subject: scripts: enable qede in build test X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=1c66057f072eb4eb235c9a45a5d674add5c61fe6;p=dpdk.git scripts: enable qede in build test The driver qede can be automatically enabled if libz is available. Fixes: ec94dbc57362 ("qede: add base driver") Signed-off-by: Thomas Monjalon --- diff --git a/scripts/test-build.sh b/scripts/test-build.sh index 7a9f623507..24c02025a2 100755 --- a/scripts/test-build.sh +++ b/scripts/test-build.sh @@ -162,6 +162,8 @@ config () # sed -ri 's,(PMD_SZEDATA2=)n,\1y,' $1/.config test "$DPDK_DEP_ZLIB" != y || \ sed -ri 's,(BNX2X_PMD=)n,\1y,' $1/.config + test "$DPDK_DEP_ZLIB" != y || \ + sed -ri 's,(QEDE_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