X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fbuild%2FMakefile;h=34a145dd5f3107ad27cabd32cc6f33eb3593af71;hb=d605ad004bd4ddce4be472210496da843763fe16;hp=0875737d02c8266bbe790fcbdb081075981876bc;hpb=23ee10c7be0d5c16226b2f703741842248add8e7;p=palacios.git diff --git a/palacios/build/Makefile b/palacios/build/Makefile index 0875737..34a145d 100644 --- a/palacios/build/Makefile +++ b/palacios/build/Makefile @@ -1,6 +1,6 @@ # Makefile for GeekOS kernel, userspace, and tools # Copyright (c) 2004,2005 David H. Hovemeyer -# $Revision: 1.51 $ +# $Revision: 1.52 $ # This is free software. You are permitted to use, # redistribute, and modify it as specified in the file "COPYING". @@ -48,6 +48,9 @@ VPATH := $(PROJECT_ROOT)/src DEBUG=1 DEBUG_SECTIONS= +ifeq ($(DEBUG_ALL),1) + DEBUG_SECTIONS:= $(DEBUG_SECTIONS) -DDEBUG_SHADOW_PAGING -DDEBUG_CTRL_REGS -DDEBUG_INTERRUPTS -DDEBUG_IO -DDEBUG_KEYBOARD -DDEBUG_PIC -DDEBUG_PIT -DDEBUG_NVRAM +endif ifeq ($(DEBUG_SHADOW_PAGING),1) DEBUG_SECTIONS := $(DEBUG_SECTIONS) -DDEBUG_SHADOW_PAGING endif @@ -371,11 +374,7 @@ force_vgabios: (cd ../src/vmboot/vgabios; make clean; make) force_payload: force_rombios force_vgabios -ifeq ($(XED),1) - ../scripts/make_payload.pl payload_none.txt vm_kernel -else ../scripts/make_payload.pl payload_layout.txt vm_kernel -endif inter1: force_payload -make clean