X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=build%2FMakefile;fp=build%2FMakefile;h=2bddb76a7ad44c0242e01e0143ec2b7e6e3726fe;hb=106a034756e5cb2816a887702ea6f8a6a2c8beb9;hp=012e2f8995d14becdbf1992ad78a24b6a26cd3e2;hpb=8a9058301d5a8dc0509aea2c52fed7cd93b7c38d;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