From c0552134ed3008481713ad55968f6fcd9c84afbc Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Tue, 24 Sep 2019 17:45:49 +0200 Subject: 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 (cherry picked from commit be7ef3b5c2ebe973405a364454884fc21d35de95) --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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 -- cgit 1.2.3-korg