aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/fcoe/Makefile
diff options
context:
space:
mode:
authorYi Zou <yi.zou@intel.com>2011-01-28 16:05:00 -0800
committerJames Bottomley <James.Bottomley@suse.de>2011-02-12 11:06:25 -0600
commit0095a9213324a4466c10de98837a27ab1b7e72be (patch)
treee9a397a0ecc45362571183ea876bbf4834ec940f /drivers/scsi/fcoe/Makefile
parentfdecf31b7c7b9bb79516344884388f660fd5d5a7 (diff)
[SCSI] libfcoe: rename libfcoe.c to fcoe_cltr.c for the coming fcoe_transport.c
The existing libfcoe.c is mostly for FIP support, rename it to reflect that fact and so we can add fcoe_transport.c to the make file to include both into the libfcoe kernel module. [ Minor modifications by Robert Love converting a few "__attribute__((packed))" modifiers to "__packed" to remove new checkpatch.pl WARNINGS ] Signed-off-by: Yi Zou <yi.zou@intel.com> Signed-off-by: Robert Love <robert.w.love@intel.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/fcoe/Makefile')
-rw-r--r--drivers/scsi/fcoe/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/scsi/fcoe/Makefile b/drivers/scsi/fcoe/Makefile
index 950f27615c7..b122b7abddc 100644
--- a/drivers/scsi/fcoe/Makefile
+++ b/drivers/scsi/fcoe/Makefile
@@ -1,2 +1,4 @@
obj-$(CONFIG_FCOE) += fcoe.o
obj-$(CONFIG_LIBFCOE) += libfcoe.o
+
+libfcoe-objs := fcoe_ctlr.o