2016-03-31 19:15, Rasesh Mody: > --- a/scripts/test-build.sh > +++ b/scripts/test-build.sh > @@ -116,6 +116,7 @@ config () # <directory> <target> <options> > test "$DPDK_DEP_ZLIB" != y || \ > sed -ri 's,(BNX2X_PMD=)n,\1y,' $1/.config > sed -ri 's,(NFP_PMD=)n,\1y,' $1/.config > + sed -ri 's,(QEDE_PMD=)n,\1y,' $1/.config
As QEDE is enabled in common_base, we do not need to add it in test-build.sh.

