summaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/Makefile
diff options
context:
space:
mode:
authorGreg Kroah-Hartman2010-05-06 07:19:40 +0200
committerGreg Kroah-Hartman2010-05-11 20:36:16 +0200
commit55e9643e6c486b589279576877838ffd8ed04a68 (patch)
tree0fd671f79a2f162ff950a39d398b2f912a5b7ede /drivers/staging/hv/Makefile
parentStaging: hv: rename Channel.c and .h to channel.c and .h (diff)
downloadkernel-qcow2-linux-55e9643e6c486b589279576877838ffd8ed04a68.tar.gz
kernel-qcow2-linux-55e9643e6c486b589279576877838ffd8ed04a68.tar.xz
kernel-qcow2-linux-55e9643e6c486b589279576877838ffd8ed04a68.zip
Staging: hv: rename Connection.c to connection.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 3c15c731f96d..91955095f9e8 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