aboutsummaryrefslogtreecommitdiffstats
path: root/xen/Rules.mk
diff options
context:
space:
mode:
authorcl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>2005-03-13 00:35:14 +0000
committercl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>2005-03-13 00:35:14 +0000
commit504b288f7c233e7b89794f3986d48a83a946de2d (patch)
tree99909874b892cc9ee48a9503948797f66cca3a25 /xen/Rules.mk
parent0af4c9a0a82bd8f3f08c6c4a10c37ca5e57793a7 (diff)
downloadxen-504b288f7c233e7b89794f3986d48a83a946de2d.tar.gz
xen-504b288f7c233e7b89794f3986d48a83a946de2d.tar.bz2
xen-504b288f7c233e7b89794f3986d48a83a946de2d.zip
bitkeeper revision 1.1236.25.14 (42338ac2o4mi66zj6XSPc2Z66lgEaQ)
Various cleanups. Signed-off-by: Christian Limpach <chris@xensource.com>
Diffstat (limited to 'xen/Rules.mk')
-rw-r--r--xen/Rules.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/xen/Rules.mk b/xen/Rules.mk
index e262d690c8..e604985ee8 100644
--- a/xen/Rules.mk
+++ b/xen/Rules.mk
@@ -1,10 +1,10 @@
verbose ?= n
debug ?= n
-debugger ?= n
perfc ?= n
trace ?= n
optimize ?= y
+domu_debug ?= n
crash_debug ?= n
# Currently supported architectures: x86_32, x86_64
@@ -55,8 +55,8 @@ else
CFLAGS += -DVERBOSE
endif
-ifeq ($(debugger),y)
-CFLAGS += -DXEN_UDB
+ifeq ($(domu_debug),y)
+CFLAGS += -DDOMU_DEBUG
endif
ifeq ($(crash_debug),y)