aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/Makefile
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-03-25 23:11:41 +0000
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-03-25 23:11:41 +0000
commit86fbd93cf931703877f0031f4f52d7c571eb32f2 (patch)
treea16b72cbdf76f3da98c3c31530ba19529f54316c /xen/common/Makefile
parentc5a06a6b1fd8f5d26be4b7e4ec932541cbf28f57 (diff)
downloadxen-86fbd93cf931703877f0031f4f52d7c571eb32f2.tar.gz
xen-86fbd93cf931703877f0031f4f52d7c571eb32f2.tar.bz2
xen-86fbd93cf931703877f0031f4f52d7c571eb32f2.zip
bitkeeper revision 1.1236.1.135 (4244ed86kEAlvpwiOYtt50ZJQBFS1A)
Small makefile cleanup.
Diffstat (limited to 'xen/common/Makefile')
-rw-r--r--xen/common/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/xen/common/Makefile b/xen/common/Makefile
index 51976598ce..f8868ece6f 100644
--- a/xen/common/Makefile
+++ b/xen/common/Makefile
@@ -4,9 +4,7 @@ include $(BASEDIR)/Rules.mk
ifeq ($(TARGET_ARCH),ia64)
OBJS := $(subst dom_mem_ops.o,,$(OBJS))
OBJS := $(subst grant_table.o,,$(OBJS))
-#OBJS := $(subst page_alloc.o,,$(OBJS))
OBJS := $(subst physdev.o,,$(OBJS))
-#OBJS := $(subst xmalloc.o,,$(OBJS))
endif
ifneq ($(perfc),y)