summaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/Makefile
diff options
context:
space:
mode:
authorGreg Kroah-Hartman2009-07-14 19:25:53 +0200
committerGreg Kroah-Hartman2009-09-15 21:01:45 +0200
commit88d3bb31b42f3f095bd176ccabe210023a0231b8 (patch)
tree447134fdb3515d1cda4b6184eb40e5b1276860e7 /drivers/staging/hv/Makefile
parentStaging: hv: make the Hyper-V virtual block driver build (diff)
downloadkernel-qcow2-linux-88d3bb31b42f3f095bd176ccabe210023a0231b8.tar.gz
kernel-qcow2-linux-88d3bb31b42f3f095bd176ccabe210023a0231b8.tar.xz
kernel-qcow2-linux-88d3bb31b42f3f095bd176ccabe210023a0231b8.zip
Staging: hv: add the Hyper-V virtual block driver to the build
Add the Hyper-V virtual block 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 1ef9ad23da47..5fadadc8766d 100644
--- a/drivers/staging/hv/Makefile
+++ b/drivers/staging/hv/Makefile
@@ -1,5 +1,7 @@
obj-$(CONFIG_HYPERV) += hv_vmbus.o
obj-$(CONFIG_HYPERV_STORAGE) += hv_storvsc.o
+obj-$(CONFIG_HYPERV_BLOCK) += hv_blkvsc.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