summaryrefslogtreecommitdiff
path: root/drivers/staging/hv/Makefile
diff options
context:
space:
mode:
authorKy Srinivasan <ksrinivasan@novell.com>2010-05-20 18:54:06 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2010-07-08 21:15:11 (GMT)
commitdc899971a1b7754f6171e6f1232365b864f96eef (patch)
tree688f65aad1b9b7d6c3fa5686a5e6fd4ffbfec4d8 /drivers/staging/hv/Makefile
parent9279aa55061a280b826bdf9ba5ab5f6a566c1dfb (diff)
downloadlinux-fsl-qoriq-dc899971a1b7754f6171e6f1232365b864f96eef.tar.xz
Staging: hyperv: add clocksource driver
This patch is a clocksource implementation suitable for guests hosted on HyperV. Time keeping in Linux guests hosted on HyperV is unstable. This clocksource driver fixes the problem. This driver uses the hyperv detection code integrated into the kernel. Signed-off-by: K. Y. Srinivasan <ksrinivasan@novell.com> Cc: Hank Janssen <hjanssen@microsoft.com> Cc: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/hv/Makefile')
-rw-r--r--drivers/staging/hv/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/hv/Makefile b/drivers/staging/hv/Makefile
index 1866f80..b63515c 100644
--- a/drivers/staging/hv/Makefile
+++ b/drivers/staging/hv/Makefile
@@ -1,4 +1,4 @@
-obj-$(CONFIG_HYPERV) += hv_vmbus.o
+obj-$(CONFIG_HYPERV) += hv_vmbus.o hv_timesource.o
obj-$(CONFIG_HYPERV_STORAGE) += hv_storvsc.o
obj-$(CONFIG_HYPERV_BLOCK) += hv_blkvsc.o
obj-$(CONFIG_HYPERV_NET) += hv_netvsc.o