aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/Makefile
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-05-05 17:58:59 +0000
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-05-05 17:58:59 +0000
commit9e11829aa9f1ce006bb26570e45920b261f87b51 (patch)
treea70e9ad91e6697ebd251e93d9972c6411e43d4f9 /xen/common/Makefile
parent11e4944eda7c4bdd9e63616424801702dfb43570 (diff)
downloadxen-9e11829aa9f1ce006bb26570e45920b261f87b51.tar.gz
xen-9e11829aa9f1ce006bb26570e45920b261f87b51.tar.bz2
xen-9e11829aa9f1ce006bb26570e45920b261f87b51.zip
bitkeeper revision 1.1389.5.21 (427a5ee3rBlRFupS4xBvv_nWVHQlsA)
Clean up IO-APIC handling in domain0, and the hypercall interface exported by Xen (inc. removal of PCI-related calls). This hopefully fixes acpi=off. Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/common/Makefile')
-rw-r--r--xen/common/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/xen/common/Makefile b/xen/common/Makefile
index e832864584..ee312fde92 100644
--- a/xen/common/Makefile
+++ b/xen/common/Makefile
@@ -4,7 +4,6 @@ include $(BASEDIR)/Rules.mk
ifeq ($(TARGET_ARCH),ia64)
OBJS := $(subst dom_mem_ops.o,,$(OBJS))
OBJS := $(subst grant_table.o,,$(OBJS))
-OBJS := $(subst physdev.o,,$(OBJS))
endif
ifneq ($(perfc),y)