X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=build%2FMakefile;h=cae3ceb07a2d45edc0a38c142ad296f22b14d0d2;hp=0364304ad59129793c2c91b3504f13ba9c736b62;hb=cafbc1318c847b8c18e2036dc56be7af7acefa4e;hpb=101b1bdfedbf377765d7c74641e9bcf356ebed18 diff --git a/build/Makefile b/build/Makefile index 0364304..cae3ceb 100644 --- a/build/Makefile +++ b/build/Makefile @@ -152,6 +152,22 @@ DEBUG_SECTIONS := $(DEBUG_SECTIONS) DEBUG_RAMDISK=0 endif endif +ifeq ($(DEBUG_XED),1) +DEBUG_SECTIONS := $(DEBUG_SECTIONS) DEBUG_XED=1 +else +ifeq ($(DEBUG_XED),0) +DEBUG_SECTIONS := $(DEBUG_SECTIONS) DEBUG_XED=0 +endif +endif + +ifeq ($(DEBUG_HALT),1) +DEBUG_SECTIONS := $(DEBUG_SECTIONS) DEBUG_HALT=1 +else +ifeq ($(DEBUG_HALT),0) +DEBUG_SECTIONS := $(DEBUG_SECTIONS) DEBUG_HALT=0 +endif +endif + # ---------------------------------------------------------------------- # Targets -