summaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/Makefile
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2010-05-05 22:36:31 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2010-05-11 11:36:17 -0700
commit5496c9c31d43633c85237d25d31c85cf735a8e7d (patch)
tree09c67a1745f30e00d118ada4072a1ce9eb9a4373 /drivers/staging/hv/Makefile
parentff39524bc463e63003d824d4106eda83762d648b (diff)
downloadop-kernel-dev-5496c9c31d43633c85237d25d31c85cf735a8e7d.zip
op-kernel-dev-5496c9c31d43633c85237d25d31c85cf735a8e7d.tar.gz
Staging: hv: rename ChannelInterface.c and .h to channel_interface.c and .h
All of the uppercase .c files are now gone. 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 2f9ecd2..1866f80 100644
--- a/drivers/staging/hv/Makefile
+++ b/drivers/staging/hv/Makefile
@@ -6,7 +6,7 @@ obj-$(CONFIG_HYPERV_UTILS) += hv_utils.o
hv_vmbus-objs := vmbus_drv.o osd.o \
vmbus.o hv.o connection.o channel.o \
- channel_mgmt.o ChannelInterface.o ring_buffer.o
+ channel_mgmt.o channel_interface.o ring_buffer.o
hv_storvsc-objs := storvsc_drv.o storvsc.o
hv_blkvsc-objs := blkvsc_drv.o blkvsc.o
hv_netvsc-objs := netvsc_drv.o netvsc.o rndis_filter.o
OpenPOWER on IntegriCloud