The config option CONFIG_RTE_PCI_CONFIG does not exist anymore. Fixes: 7d619406f31d ("pci: remove deprecated specific config")
Signed-off-by: Thomas Monjalon <thomas.monjalon at 6wind.com> --- scripts/test-build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/test-build.sh b/scripts/test-build.sh index 0c7a56b..30dfdf5 100755 --- a/scripts/test-build.sh +++ b/scripts/test-build.sh @@ -158,7 +158,6 @@ config () # <directory> <target> <options> # Automatic configuration test "$DPDK_DEP_NUMA" != y || \ sed -ri 's,(NUMA=)n,\1y,' $1/.config - sed -ri 's,(PCI_CONFIG=)n,\1y,' $1/.config sed -ri 's,(LIBRTE_IEEE1588=)n,\1y,' $1/.config sed -ri 's,(BYPASS=)n,\1y,' $1/.config test "$DPDK_DEP_ARCHIVE" != y || \ -- 2.7.0