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-04 09:26:26 +0000
committerkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2005-02-04 09:26:26 +0000
commit87fe872ace1a915a4f8286baf77a01e917a1130b (patch)
tree3b7d8e5eabc8fbd6675c51ce497be6c1598a503e /xen/common/Makefile
parent73902807048c0e060719f6e4832870549931147e (diff)
downloadxen-87fe872ace1a915a4f8286baf77a01e917a1130b.tar.gz
xen-87fe872ace1a915a4f8286baf77a01e917a1130b.tar.bz2
xen-87fe872ace1a915a4f8286baf77a01e917a1130b.zip
bitkeeper revision 1.1159.212.84 (42033fc2Q0eAAtQcKyCf8cXCt_Fgfg)
Common-code cleanups, for ia64. Signed-off-by: keir.fraser@cl.cam.ac.uk
Diffstat (limited to 'xen/common/Makefile')
-rw-r--r--xen/common/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/common/Makefile b/xen/common/Makefile
index 9e683841a2..17b3b952e7 100644
--- a/xen/common/Makefile
+++ b/xen/common/Makefile
@@ -5,6 +5,7 @@ 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 slab.o,,$(OBJS))
endif