aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/Makefile
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2011-10-28 05:08:40 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2011-10-28 05:08:40 -0700
commitcc21fe518a971bb2b0ab8370ec46ea21e84c57ab (patch)
tree5d701b2c3ca84a7848c240a325621868d9592da7 /drivers/staging/hv/Makefile
parentMerge branch 'x86-geode-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip (diff)
parentx86: Hyper-V: Integrate the clocksource with Hyper-V detection code (diff)
downloadlinux-dev-cc21fe518a971bb2b0ab8370ec46ea21e84c57ab.tar.xz
linux-dev-cc21fe518a971bb2b0ab8370ec46ea21e84c57ab.zip
Merge branch 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
* 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86: Hyper-V: Integrate the clocksource with Hyper-V detection code Fix up conflicts in drivers/staging/hv/Makefile manually (some of the hv code has moved out of staging to drivers/hv/)
Diffstat (limited to 'drivers/staging/hv/Makefile')
-rw-r--r--drivers/staging/hv/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/hv/Makefile b/drivers/staging/hv/Makefile
index e071c12c8f69..0f55ceee919b 100644
--- a/drivers/staging/hv/Makefile
+++ b/drivers/staging/hv/Makefile
@@ -1,4 +1,3 @@
-obj-$(CONFIG_HYPERV) += hv_timesource.o
obj-$(CONFIG_HYPERV_STORAGE) += hv_storvsc.o
obj-$(CONFIG_HYPERV_NET) += hv_netvsc.o
obj-$(CONFIG_HYPERV_MOUSE) += hv_mouse.o