[dpdk-dev] scripts: remove old build option

Message ID 1468338966-4787-1-git-send-email-thomas.monjalon@6wind.com (mailing list archive)
State Accepted, archived
Headers

Commit Message

Thomas Monjalon July 12, 2016, 3:56 p.m. UTC
  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 | 1 -
 1 file changed, 1 deletion(-)
  

Comments

Thomas Monjalon July 15, 2016, 3:20 p.m. UTC | #1
2016-07-12 17:56, Thomas Monjalon:
> 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>

Applied
  

Patch

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 || \