aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/Makefile
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-11-23 13:50:14 +0100
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-11-23 13:50:14 +0100
commitb9f1e46324d2adc4486b4de6c8a731e9879e71ff (patch)
treecc2cb80d19b130e1a1e938a1e18d04bf6461c859 /xen/common/Makefile
parent3fa276f635d3d948029b43cd04eca1c6e53ca8b3 (diff)
downloadxen-b9f1e46324d2adc4486b4de6c8a731e9879e71ff.tar.gz
xen-b9f1e46324d2adc4486b4de6c8a731e9879e71ff.tar.bz2
xen-b9f1e46324d2adc4486b4de6c8a731e9879e71ff.zip
Move arch-specific portions of grant-table implementation
out of common code. Ready for use by ia64. Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/common/Makefile')
-rw-r--r--xen/common/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/xen/common/Makefile b/xen/common/Makefile
index 1d70775456..39688391c8 100644
--- a/xen/common/Makefile
+++ b/xen/common/Makefile
@@ -1,10 +1,6 @@
include $(BASEDIR)/Rules.mk
-ifeq ($(TARGET_ARCH),ia64)
-OBJS := $(subst grant_table.o,,$(OBJS))
-endif
-
ifneq ($(perfc),y)
OBJS := $(subst perfc.o,,$(OBJS))
endif