aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/fcoe/Makefile
diff options
context:
space:
mode:
authorVasu Dev <vasu.dev@intel.com>2009-03-27 09:06:31 -0700
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2009-04-03 09:23:02 -0500
commit7f3491429553cbff20367851fb897c449d028393 (patch)
tree403bc31bd97e48f6a197eb52db41b0dd827cae95 /drivers/scsi/fcoe/Makefile
parent[SCSI] fcoe: removes fc_transport_fcoe.[ch] code files (diff)
downloadlinux-dev-7f3491429553cbff20367851fb897c449d028393.tar.xz
linux-dev-7f3491429553cbff20367851fb897c449d028393.zip
[SCSI] fcoe: removes default sw transport code file fcoe_sw.c
Moves only required code from fcoe_sw.c to libfcoe.c towards having just one source file for fcoe module, this gets rid off default sw transport code in a separate fcoe_sw.c file. Very minor renaming along this move, dropped _sw_ or _SW_ use in names and replaced them by _if_ as a auxiliary interface functions. Now some of these funcs can be removed or merged with other func after fcoe transport is gone, but that should be in another patch to keep this patch simple. Now the libfcoe.c file name for fcoe module doesn't go along well, so the libfcoe.c file renaming to fcoe.c as the only single fcoe module file is done in next patch to keep this patch clean and small for review. Signed-off-by: Vasu Dev <vasu.dev@intel.com> Signed-off-by: Robert Love <robert.w.love@intel.com> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'drivers/scsi/fcoe/Makefile')
-rw-r--r--drivers/scsi/fcoe/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/scsi/fcoe/Makefile b/drivers/scsi/fcoe/Makefile
index e950adfe68c6..2d9dae48ac0e 100644
--- a/drivers/scsi/fcoe/Makefile
+++ b/drivers/scsi/fcoe/Makefile
@@ -3,5 +3,4 @@
obj-$(CONFIG_FCOE) += fcoe.o
fcoe-y := \
- libfcoe.o \
- fcoe_sw.o
+ libfcoe.o