aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/Makefile
diff options
context:
space:
mode:
authorkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2005-02-05 11:12:14 +0000
committerkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2005-02-05 11:12:14 +0000
commit73445e880f2f9c8c06517a5594db70c1c6a68875 (patch)
tree0fc505a92cb3a656182324fd1c22e62133ce87bb /xen/common/Makefile
parent228e9fba605f0df29a0b3ee1432129ac607cff74 (diff)
downloadxen-73445e880f2f9c8c06517a5594db70c1c6a68875.tar.gz
xen-73445e880f2f9c8c06517a5594db70c1c6a68875.tar.bz2
xen-73445e880f2f9c8c06517a5594db70c1c6a68875.zip
bitkeeper revision 1.1159.212.95 (4204aa0ee0re5Xx1zWrJ9ejxzgRs3w)
Various cleanups. Remove PDB pending simpler GDB stub and/or NetBSD debugger. Force emacs mode to appropriate tabbing in various files. Signed-off-by: keir.fraser@cl.cam.ac.uk
Diffstat (limited to 'xen/common/Makefile')
-rw-r--r--xen/common/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/xen/common/Makefile b/xen/common/Makefile
index eb8d1b1f99..34dbb44175 100644
--- a/xen/common/Makefile
+++ b/xen/common/Makefile
@@ -9,11 +9,6 @@ OBJS := $(subst physdev.o,,$(OBJS))
OBJS := $(subst xmalloc.o,,$(OBJS))
endif
-ifneq ($(debugger),y)
-OBJS := $(subst debug.o,,$(OBJS))
-OBJS := $(subst debug-linux.o,,$(OBJS))
-endif
-
ifneq ($(perfc),y)
OBJS := $(subst perfc.o,,$(OBJS))
endif