aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2007-12-06 11:23:04 +0000
committerKeir Fraser <keir.fraser@citrix.com>2007-12-06 11:23:04 +0000
commit37f5ccfb57bc748ac51f1948e107079ee001d7d8 (patch)
treebef26afe5c2f112fe571cb54743e7fbd28241fde /xen/arch/x86/Makefile
parent5048bfb26073bffccc96a0cd2eee8306caa8e82e (diff)
downloadxen-37f5ccfb57bc748ac51f1948e107079ee001d7d8.tar.gz
xen-37f5ccfb57bc748ac51f1948e107079ee001d7d8.tar.bz2
xen-37f5ccfb57bc748ac51f1948e107079ee001d7d8.zip
x86: Fix management support on HP ProLiant systems.
Adds support to allow host-platform-specific handling of I/O port traps. Specifically adds support to handle an HP ProLiant I/O port in a special way. Signed-off-by: Mike Garrett <michael.garrett@hp.com> Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'xen/arch/x86/Makefile')
-rw-r--r--xen/arch/x86/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/arch/x86/Makefile b/xen/arch/x86/Makefile
index d61514b0a3..086a7b530f 100644
--- a/xen/arch/x86/Makefile
+++ b/xen/arch/x86/Makefile
@@ -24,6 +24,7 @@ obj-y += platform_hypercall.o
obj-y += i387.o
obj-y += i8259.o
obj-y += io_apic.o
+obj-y += ioport_emulate.o
obj-y += irq.o
obj-y += microcode.o
obj-y += mm.o