build: pass 'no-pci' to autgenerated config 18/22218/2
authorDamjan Marion <damarion@cisco.com>
Tue, 24 Sep 2019 15:45:49 +0000 (17:45 +0200)
committerFlorin Coras <florin.coras@gmail.com>
Tue, 24 Sep 2019 18:02:14 +0000 (18:02 +0000)
Avoid aggresive hiijack of pci interfaces when 'make run' and
'make run-release' are used and there is no startup.conf present.

Type: feature

Change-Id: Id653b5f9ac3d2935a40299885e616960e75d4a95
Signed-off-by: Damjan Marion <damarion@cisco.com>
Makefile

index baf9845..923b0e8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,7 @@ SAMPLE_PLUGIN?=no
 STARTUP_DIR?=$(PWD)
 MACHINE=$(shell uname -m)
 SUDO?=sudo
+DPDK_CONFIG?=no-pci
 
 ,:=,
 define disable_plugins