aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/hvm/Makefile
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-10-18 18:35:21 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-10-18 18:35:21 +0100
commit4ca16121435529a3940a40abcc2c112026a45cd5 (patch)
tree1b50a7c1fa5d3ebec445159c570a1c348954154d /xen/arch/x86/hvm/Makefile
parent2b30fc3c70a02875b9d2c8b9b1b28917f343dca3 (diff)
downloadxen-4ca16121435529a3940a40abcc2c112026a45cd5.tar.gz
xen-4ca16121435529a3940a40abcc2c112026a45cd5.tar.bz2
xen-4ca16121435529a3940a40abcc2c112026a45cd5.zip
[HVM] Move RTC emulation into the hypervisor.
Signed-off-by: Xiaowei Yang <xiaowei.yang@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 0f6e80f644..37623ff5eb 100644
--- a/xen/arch/x86/hvm/Makefile
+++ b/xen/arch/x86/hvm/Makefile
@@ -4,6 +4,7 @@ subdir-y += vmx
obj-y += hvm.o
obj-y += i8254.o
obj-y += i8259.o
+obj-y += rtc.o
obj-y += instrlen.o
obj-y += intercept.o
obj-y += io.o