X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fbuild%2FMakefile;h=96bd523f3615ecdaf12ecfbb9829d70ca4086fc2;hb=90c92392972d3ad76753f21a31a8e7db796073cc;hp=992dcfea5b891ea80c47722aee2b00126aa45ad3;hpb=1dbd6d179c681dbce107af39c4089d1aa13a714d;p=palacios-OLD.git diff --git a/palacios/build/Makefile b/palacios/build/Makefile index 992dcfe..96bd523 100644 --- a/palacios/build/Makefile +++ b/palacios/build/Makefile @@ -179,6 +179,14 @@ DEBUG_SECTIONS := $(DEBUG_SECTIONS) -UDEBUG_HALT endif endif +ifeq ($(DEBUG_APIC),1) +DEBUG_SECTIONS := $(DEBUG_SECTIONS) -DDEBUG_APIC +else +ifeq ($(DEBUG_APIC),0) +DEBUG_SECTIONS := $(DEBUG_SECTIONS) -UDEBUG_APIC +endif +endif + ifeq ($(DEBUG_DEV_MGR),1) DEBUG_SECTIONS := $(DEBUG_SECTIONS) -DDEBUG_DEV_MGR else