aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/Makefile
diff options
context:
space:
mode:
authorkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2005-01-21 18:43:08 +0000
committerkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2005-01-21 18:43:08 +0000
commit2f32a8085286aaed3d81c5ca17bb6cad9a2a32a7 (patch)
treec355e3aba95a5733fab71c21d2efd45c65493163 /xen/common/Makefile
parentd6af4258a31148f23ca65b5d215f9849d8ea3f54 (diff)
downloadxen-2f32a8085286aaed3d81c5ca17bb6cad9a2a32a7.tar.gz
xen-2f32a8085286aaed3d81c5ca17bb6cad9a2a32a7.tar.bz2
xen-2f32a8085286aaed3d81c5ca17bb6cad9a2a32a7.zip
bitkeeper revision 1.1159.223.12 (41f14d3cE4GADmEAEr6XE9nXX4dyGw)
Common-code cleanups. Moved arch-specific code out into arch/x86 and asm-x86.
Diffstat (limited to 'xen/common/Makefile')
-rw-r--r--xen/common/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/xen/common/Makefile b/xen/common/Makefile
index 84e3a1292f..b764c1598a 100644
--- a/xen/common/Makefile
+++ b/xen/common/Makefile
@@ -2,6 +2,8 @@
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 slab.o,,$(OBJS))
endif