aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/hvm/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-02-14 11:14:17 +0000
committerKeir Fraser <keir.fraser@citrix.com>2008-02-14 11:14:17 +0000
commita43d6abb4b879b46df6682d11f48307d70dfc53e (patch)
treeaf9c96688b829350454a3fb5ce269230cae928e5 /xen/arch/x86/hvm/Makefile
parent280e2b125899cbdf268cf24c582a31068ca81a02 (diff)
downloadxen-a43d6abb4b879b46df6682d11f48307d70dfc53e.tar.gz
xen-a43d6abb4b879b46df6682d11f48307d70dfc53e.tar.bz2
xen-a43d6abb4b879b46df6682d11f48307d70dfc53e.zip
x86 iommu: Define vendor-neutral interface for access to IOMMU.
Signed-off-by: Wei Wang <wei.wang2@amd.com> Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'xen/arch/x86/hvm/Makefile')
-rw-r--r--xen/arch/x86/hvm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/arch/x86/hvm/Makefile b/xen/arch/x86/hvm/Makefile
index bb2e0e42c1..4e6e70e188 100644
--- a/xen/arch/x86/hvm/Makefile
+++ b/xen/arch/x86/hvm/Makefile
@@ -6,6 +6,7 @@ obj-y += i8254.o
obj-y += instrlen.o
obj-y += intercept.o
obj-y += io.o
+obj-y += iommu.o
obj-y += irq.o
obj-y += mtrr.o
obj-y += platform.o