aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/Makefile
diff options
context:
space:
mode:
authordjm@kirby.fc.hp.com <djm@kirby.fc.hp.com>2005-06-14 17:48:48 +0000
committerdjm@kirby.fc.hp.com <djm@kirby.fc.hp.com>2005-06-14 17:48:48 +0000
commit03b2f00fec9ebbc574bcd1a14ec64c41066c55fc (patch)
treee10de662b798582fdbaa6a410191e8ea0b2cc889 /xen/common/Makefile
parent6d79b4aed6b54890580a9f88f2cea0a78a716457 (diff)
downloadxen-03b2f00fec9ebbc574bcd1a14ec64c41066c55fc.tar.gz
xen-03b2f00fec9ebbc574bcd1a14ec64c41066c55fc.tar.bz2
xen-03b2f00fec9ebbc574bcd1a14ec64c41066c55fc.zip
bitkeeper revision 1.1709.1.6 (42af188067osLjX0T63Zb45JU4Zd2w)
Enable dom_mem_ops on XEN/IA64 Signed-off-by Kevin Tian <Kevin.tian@intel.com>
Diffstat (limited to 'xen/common/Makefile')
-rw-r--r--xen/common/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/xen/common/Makefile b/xen/common/Makefile
index ee312fde92..892d407585 100644
--- a/xen/common/Makefile
+++ b/xen/common/Makefile
@@ -1,8 +1,8 @@
include $(BASEDIR)/Rules.mk
-ifeq ($(TARGET_ARCH),ia64)
-OBJS := $(subst dom_mem_ops.o,,$(OBJS))
+ifeq ($(TARGET_ARCH),ia64)
+#OBJS := $(subst dom_mem_ops.o,,$(OBJS))
OBJS := $(subst grant_table.o,,$(OBJS))
endif