summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDamjan Marion <damarion@cisco.com>2019-09-24 17:45:49 +0200
committerAndrew Yourtchenko <ayourtch@gmail.com>2019-10-03 08:41:52 +0000
commitc0552134ed3008481713ad55968f6fcd9c84afbc (patch)
treed11fd5943a2cae9ef6f19c68c78f9f922bfdbda4 /Makefile
parent5308ce13f6b070cb1e4558cb70b330ef548544cf (diff)
build: pass 'no-pci' to autgenerated config
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> (cherry picked from commit be7ef3b5c2ebe973405a364454884fc21d35de95)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index adb03342663..5723ceaab93 100644
--- 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