scripts: remove old build option
authorThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 11 Jul 2016 21:33:43 +0000 (23:33 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 15 Jul 2016 14:08:25 +0000 (16:08 +0200)
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@6wind.com>
scripts/test-build.sh

index f9748d3..d2cafc1 100755 (executable)
@@ -159,7 +159,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 || \