X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=build%2FMakefile;h=aecdd925d8717c6fc2025fc6c9007ab4fa05e9a6;hp=e173545ffddd453672261f3489b276636f3b9f96;hb=a8f6e2e57dcdf859b87a0a14198337d2707ca75f;hpb=0571f2369394b543798185df0a248eb581b0757d 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