X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=build%2FMakefile;h=2bddb76a7ad44c0242e01e0143ec2b7e6e3726fe;hb=d00b672df0f111f62a92ce2cc7963f7c021cff9c;hp=012e2f8995d14becdbf1992ad78a24b6a26cd3e2;hpb=3496b5b5469fe691a6847eb76d973019bb769318;p=palacios.git diff --git a/build/Makefile b/build/Makefile index 012e2f8..2bddb76 100644 --- a/build/Makefile +++ b/build/Makefile @@ -155,6 +155,14 @@ DEBUG_SECTIONS := $(DEBUG_SECTIONS) DEBUG_DEV_MGR=0 endif endif +ifeq ($(DEBUG_APIC),1) +DEBUG_SECTIONS := $(DEBUG_SECTIONS) DEBUG_APIC=1 +else +ifeq ($(DEBUG_APIC),0) +DEBUG_SECTIONS := $(DEBUG_SECTIONS) DEBUG_APIC=0 +endif +endif + ifeq ($(PROFILE_VMM),1) GEEKOS_FLAGS:= $(GEEKOS_FLAGS) PROFILE_VMM=1