aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/Makefile
diff options
context:
space:
mode:
authorJonathan Herman <hermanjl@cs.unc.edu>2013-01-22 10:38:37 -0500
committerJonathan Herman <hermanjl@cs.unc.edu>2013-01-22 10:38:37 -0500
commitfcc9d2e5a6c89d22b8b773a64fb4ad21ac318446 (patch)
treea57612d1888735a2ec7972891b68c1ac5ec8faea /drivers/staging/hv/Makefile
parent8dea78da5cee153b8af9c07a2745f6c55057fe12 (diff)
Added missing tegra files.HEADmaster
Diffstat (limited to 'drivers/staging/hv/Makefile')
-rw-r--r--drivers/staging/hv/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/staging/hv/Makefile b/drivers/staging/hv/Makefile
new file mode 100644
index 00000000000..30046743a0b
--- /dev/null
+++ b/drivers/staging/hv/Makefile
@@ -0,0 +1,14 @@
1obj-$(CONFIG_HYPERV) += hv_vmbus.o hv_timesource.o
2obj-$(CONFIG_HYPERV_STORAGE) += hv_storvsc.o
3obj-$(CONFIG_HYPERV_BLOCK) += hv_blkvsc.o
4obj-$(CONFIG_HYPERV_NET) += hv_netvsc.o
5obj-$(CONFIG_HYPERV_UTILS) += hv_utils.o
6obj-$(CONFIG_HYPERV_MOUSE) += hv_mouse.o
7
8hv_vmbus-y := vmbus_drv.o \
9 hv.o connection.o channel.o \
10 channel_mgmt.o ring_buffer.o
11hv_storvsc-y := storvsc_drv.o storvsc.o
12hv_blkvsc-y := blkvsc_drv.o storvsc.o
13hv_netvsc-y := netvsc_drv.o netvsc.o rndis_filter.o
14hv_utils-y := hv_util.o hv_kvp.o