diff options
author | Robert Love <robert.w.love@intel.com> | 2009-11-03 11:45:58 -0800 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2009-12-04 12:00:55 -0600 |
commit | 8866a5d9075b7129194576f5f810e85a693c40ba (patch) | |
tree | 8976fd0009ab5870457ca0ecd7a246852744f00c /drivers/scsi/libfc/Makefile | |
parent | 255f6386b816b2bc0c251af0ee4985ad5a8461b7 (diff) | |
download | linux-8866a5d9075b7129194576f5f810e85a693c40ba.tar.bz2 |
[SCSI] libfc: Add libfc/fc_libfc.[ch] for libfc internal routines
include/scsi/libfc.h is currently loaded with common code
shared between libfc's sub-modules as well as shared between
libfc and fcoe. Previous patches attempted to move out
non-common code. This patch creates two files for common
libfc routines that will not be shared with fcoe, fnic or
any other LLDs.
Signed-off-by: Robert Love <robert.w.love@intel.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/libfc/Makefile')
-rw-r--r-- | drivers/scsi/libfc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/libfc/Makefile b/drivers/scsi/libfc/Makefile index 55f982de3a9a..2be549c1db77 100644 --- a/drivers/scsi/libfc/Makefile +++ b/drivers/scsi/libfc/Makefile @@ -3,6 +3,7 @@ obj-$(CONFIG_LIBFC) += libfc.o libfc-objs := \ + fc_libfc.o \ fc_disc.o \ fc_exch.o \ fc_elsct.o \ |