aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/hvm/Makefile
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-04-19 18:38:14 +0100
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-04-19 18:38:14 +0100
commitdacb15d5e41be5f4bd2d2196544b411c9eb04836 (patch)
tree877cd4a662e961deb116343474dc8dea9fb5cd40 /xen/arch/x86/hvm/Makefile
parent1a7cc0a83c0e106e2248acaf13810a6e0ebc9d31 (diff)
downloadxen-dacb15d5e41be5f4bd2d2196544b411c9eb04836.tar.gz
xen-dacb15d5e41be5f4bd2d2196544b411c9eb04836.tar.bz2
xen-dacb15d5e41be5f4bd2d2196544b411c9eb04836.zip
Sync PIT device model with latest qemu and move it to hypervisor.
Signed-off-by: Edwin Zhai <edwin.zhai@intel.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 7cde715116..bc2cc1bf18 100644
--- a/xen/arch/x86/hvm/Makefile
+++ b/xen/arch/x86/hvm/Makefile
@@ -2,6 +2,7 @@ subdir-y += svm
subdir-y += vmx
obj-y += hvm.o
+obj-y += i8254.o
obj-y += i8259.o
obj-y += intercept.o
obj-y += io.o