aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-05-01 10:31:29 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-05-01 10:31:29 +0100
commit7901b28ea0cf19df1c192baef3f1f2c8c9dc7e8a (patch)
treefd30b7b2dcce76e98d43903a019352e8c011dafc /xen/arch/x86/Makefile
parentca0074e519fdc29c8574356b1ba551c8a1b235bb (diff)
downloadxen-7901b28ea0cf19df1c192baef3f1f2c8c9dc7e8a.tar.gz
xen-7901b28ea0cf19df1c192baef3f1f2c8c9dc7e8a.tar.bz2
xen-7901b28ea0cf19df1c192baef3f1f2c8c9dc7e8a.zip
MSI 3/6: add msi support to xen
Signed-off-by: Jiang Yunhong <yunhong.jiang@intel.com> Signed-off-by: Shan Haitao <haitao.shan@intel.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 b94fb78d21..e1bdd5acf7 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 += msi.o
obj-y += ioport_emulate.o
obj-y += irq.o
obj-y += microcode.o