X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=build%2FMakefile;h=fb57c3e8451c18cb2d345a21ecbc71abd4347e55;hb=afb634a80f946634454a5d067a92aa600227bd93;hp=e173545ffddd453672261f3489b276636f3b9f96;hpb=5bce09a95e6cfe1a2c84bfe5825b2b456d6ff4a5;p=palacios.git diff --git a/build/Makefile b/build/Makefile index e173545..fb57c3e 100644 --- a/build/Makefile +++ b/build/Makefile @@ -51,6 +51,14 @@ DEBUG_SECTIONS := $(DEBUG_SECTIONS) DEBUG_SHADOW_PAGING=0 endif endif +ifeq ($(DEBUG_NESTED_PAGING),1) +DEBUG_SECTIONS := $(DEBUG_SECTIONS) DEBUG_NESTED_PAGING=1 +else +ifeq ($(DEBUG_NESTED_PAGING),0) +DEBUG_SECTIONS := $(DEBUG_SECTIONS) DEBUG_NESTED_PAGING=0 +endif +endif + ifeq ($(DEBUG_CTRL_REGS),1) DEBUG_SECTIONS := $(DEBUG_SECTIONS) DEBUG_CTRL_REGS=1 else @@ -163,6 +171,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