aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/fcoe/Makefile
diff options
context:
space:
mode:
authorVasu Dev <vasu.dev@intel.com>2009-03-17 11:42:13 -0700
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2009-04-03 09:23:04 -0500
commit9b34ecffd59d6ed66fdd6906e8a092a33e7c8564 (patch)
treee044e14d7627fa36a817e89be4ba23373ee11f76 /drivers/scsi/fcoe/Makefile
parenta703e490f5e86ddaac4086e56b669fa7316b4a9f (diff)
[SCSI] fcoe, libfc: add libfcoe module
Just sets up build environment for libfcoe module towards a libfcoe library for libfc LLDs using FCoE as libfc transport. Common library code to libfcoe is added in next patch. Also, updated MODULE_LICENSE from "GPL" string to "GPL v2" for libfc, libfcoe and fcoe modules to accurately match the licenses. 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/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/fcoe/Makefile b/drivers/scsi/fcoe/Makefile
index 9b590ef170c..950f27615c7 100644
--- a/drivers/scsi/fcoe/Makefile
+++ b/drivers/scsi/fcoe/Makefile
@@ -1 +1,2 @@
obj-$(CONFIG_FCOE) += fcoe.o
+obj-$(CONFIG_LIBFCOE) += libfcoe.o