aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDamjan Marion <damarion@cisco.com>2019-09-24 17:45:49 +0200
committerFlorin Coras <florin.coras@gmail.com>2019-09-24 18:02:14 +0000
commitbe7ef3b5c2ebe973405a364454884fc21d35de95 (patch)
treed9968b303dc39c630bf4f5fb7a934b264c4037ef /Makefile
parentcac31a4a23241eb94e6982c049c0feb8b180c868 (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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index baf9845b617..923b0e856cf 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