aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/Makefile
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-01-14 16:58:54 +0100
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-01-14 16:58:54 +0100
commit360a1871b545a65aed9fb2e346ecf13e7b2040d2 (patch)
tree48c657d274daf4f3792918a55b05eb0b54d8f16b /xen/common/Makefile
parent843f4eb4357891dd4278ed46d7032b27282998a3 (diff)
downloadxen-360a1871b545a65aed9fb2e346ecf13e7b2040d2.tar.gz
xen-360a1871b545a65aed9fb2e346ecf13e7b2040d2.tar.bz2
xen-360a1871b545a65aed9fb2e346ecf13e7b2040d2.zip
Rename cdb to gdbstub and split it into arch dependent/neutral part.
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp> Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
Diffstat (limited to 'xen/common/Makefile')
-rw-r--r--xen/common/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/xen/common/Makefile b/xen/common/Makefile
index 39688391c8..516adbc8f4 100644
--- a/xen/common/Makefile
+++ b/xen/common/Makefile
@@ -4,6 +4,9 @@ include $(BASEDIR)/Rules.mk
ifneq ($(perfc),y)
OBJS := $(subst perfc.o,,$(OBJS))
endif
+ifneq ($(crash_debug),y)
+OBJS := $(patsubst gdbstub.o,,$(OBJS))
+endif
default: common.o
common.o: $(OBJS)