summaryrefslogtreecommitdiff
path: root/drivers/staging/hv/Makefile
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2010-05-05 22:18:38 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2010-05-11 11:36:16 -0700
commit4df90be54d9bcd2ff55d3b4c720dbab32ca6d690 (patch)
tree53034701ac1c799c363009985e5b465a4ca53c06 /drivers/staging/hv/Makefile
parent7e8ad49f131cf9bf16b6e68237674e8f7c8dc6ca (diff)
Staging: hv: rename Channel.c and .h to channel.c and .h
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 42c5069cc648..3c15c731f96d 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 RingBuffer.o
hv_storvsc-objs := storvsc_drv.o StorVsc.o
hv_blkvsc-objs := blkvsc_drv.o BlkVsc.o