summaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/Makefile
diff options
context:
space:
mode:
authorGreg Kroah-Hartman2010-05-06 07:25:23 +0200
committerGreg Kroah-Hartman2010-05-11 20:36:16 +0200
commit98109c5a961ba77e0910a5bec66bd57a673fad52 (patch)
treee84820643ddb58c35891bc6916c1f3c57f03f1b6 /drivers/staging/hv/Makefile
parentStaging: hv: rename BlkVsc.c to blkvsc.c (diff)
downloadkernel-qcow2-linux-98109c5a961ba77e0910a5bec66bd57a673fad52.tar.gz
kernel-qcow2-linux-98109c5a961ba77e0910a5bec66bd57a673fad52.tar.xz
kernel-qcow2-linux-98109c5a961ba77e0910a5bec66bd57a673fad52.zip
Staging: hv: rename Vmbus.c to vmbus.c
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 6e8e8e82263a..f58a4e7bf6d9 100644
--- a/drivers/staging/hv/Makefile
+++ b/drivers/staging/hv/Makefile
@@ -5,7 +5,7 @@ obj-$(CONFIG_HYPERV_NET) += hv_netvsc.o
obj-$(CONFIG_HYPERV_UTILS) += hv_utils.o
hv_vmbus-objs := vmbus_drv.o osd.o \
- Vmbus.o hv.o connection.o channel.o \
+ vmbus.o hv.o connection.o channel.o \
ChannelMgmt.o ChannelInterface.o ring_buffer.o
hv_storvsc-objs := storvsc_drv.o StorVsc.o
hv_blkvsc-objs := blkvsc_drv.o blkvsc.o