aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/hv/Makefile
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2009-07-14 11:01:18 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2009-09-15 12:01:45 -0700
commit511bda8fe1607ab2e4b2f3b008b7cfbffc2720b1 (patch)
treeb03406b9194a9fbf3c9a456eaa463a23bc33994c /drivers/staging/hv/Makefile
parentc86f3e2a73f4924b20ed7a56ebdaf874af861911 (diff)
Staging: hv: add the Hyper-V virtual network driver to the build
Add the Hyper-V virtual network driver to the kernel build system. 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, 2 insertions, 0 deletions
diff --git a/drivers/staging/hv/Makefile b/drivers/staging/hv/Makefile
index 5fadadc8766..d4142e2de03 100644
--- a/drivers/staging/hv/Makefile
+++ b/drivers/staging/hv/Makefile
@@ -1,7 +1,9 @@
obj-$(CONFIG_HYPERV) += hv_vmbus.o
obj-$(CONFIG_HYPERV_STORAGE) += hv_storvsc.o
obj-$(CONFIG_HYPERV_BLOCK) += hv_blkvsc.o
+obj-$(CONFIG_HYPERV_NET) += hv_netvsc.o
hv_vmbus-objs := vmbus_drv.o osd.o Sources.o
hv_storvsc-objs := storvsc_drv.o osd.o StorVsc.o
hv_blkvsc-objs := blkvsc_drv.o osd.o BlkVsc.o
+hv_netvsc-objs := netvsc_drv.o osd.o NetVsc.o RndisFilter.o