aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/hvm/Makefile
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-12-21 12:05:34 +0000
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-12-21 12:05:34 +0000
commite4caeac5041ecef09a26290641f58b98a88fdeca (patch)
treede644610e013875b828b4ff2f1ffd5393d5d4f4e /xen/arch/x86/hvm/Makefile
parentd158b8d4eceeeddfad389ec639c6622dd051041d (diff)
downloadxen-e4caeac5041ecef09a26290641f58b98a88fdeca.tar.gz
xen-e4caeac5041ecef09a26290641f58b98a88fdeca.tar.bz2
xen-e4caeac5041ecef09a26290641f58b98a88fdeca.zip
[HVM] Emulates HPET in hypervisor and extend ACPI tables.
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Eddie Dong <eddie.dong@intel.com> 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 915731c976..9fbcf51ede 100644
--- a/xen/arch/x86/hvm/Makefile
+++ b/xen/arch/x86/hvm/Makefile
@@ -10,6 +10,7 @@ obj-y += irq.o
obj-y += platform.o
obj-y += pmtimer.o
obj-y += rtc.o
+obj-y += hpet.o
obj-y += vpt.o
obj-y += vioapic.o
obj-y += vlapic.o