X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=build%2FMakefile;h=aecdd925d8717c6fc2025fc6c9007ab4fa05e9a6;hb=a8f6e2e57dcdf859b87a0a14198337d2707ca75f;hp=e173545ffddd453672261f3489b276636f3b9f96;hpb=5bce09a95e6cfe1a2c84bfe5825b2b456d6ff4a5;p=palacios.git diff --git a/build/Makefile b/build/Makefile index e173545..aecdd92 100644 --- a/build/Makefile +++ b/build/Makefile @@ -163,6 +163,14 @@ DEBUG_SECTIONS := $(DEBUG_SECTIONS) DEBUG_APIC=0 endif endif +ifeq ($(DEBUG_PCI),1) +DEBUG_SECTIONS := $(DEBUG_SECTIONS) DEBUG_PCI=1 +else +ifeq ($(DEBUG_PCI),0) +DEBUG_SECTIONS := $(DEBUG_SECTIONS) DEBUG_PCI=0 +endif +endif + ifeq ($(PROFILE_VMM),1) GEEKOS_FLAGS:= $(GEEKOS_FLAGS) PROFILE_VMM=1