diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2009-08-17 17:22:08 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-09-15 12:01:55 -0700 |
commit | a0086dc512ba6c2161dcf48195daf177ad0c3615 (patch) | |
tree | e8bc0107d6606c843b73178889680b5b59b2dc94 /drivers/staging/hv/Makefile | |
parent | 3523a805fd2462e7df1c3601c25a7a8df2f8f6a9 (diff) |
Staging: hv: remove Sources.c
It's a .c file including other .c files, ick.
Remove that mess now that the header files are unwound.
Cc: Hank Janssen <hjanssen@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/hv/Makefile')
-rw-r--r-- | drivers/staging/hv/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/staging/hv/Makefile b/drivers/staging/hv/Makefile index f6ad6707b2c..27ebae8a918 100644 --- a/drivers/staging/hv/Makefile +++ b/drivers/staging/hv/Makefile @@ -3,7 +3,9 @@ obj-$(CONFIG_HYPERV_STORAGE) += hv_storvsc.o obj-$(CONFIG_HYPERV_BLOCK) += hv_blkvsc.o obj-$(CONFIG_HYPERV_NET) += hv_netvsc.o -hv_vmbus-objs := vmbus_drv.o osd.o Sources.o +hv_vmbus-objs := vmbus_drv.o osd.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 hv_netvsc-objs := netvsc_drv.o NetVsc.o RndisFilter.o |