mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-26 19:36:41 +00:00
8866a5d907
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>
14 lines
171 B
Makefile
14 lines
171 B
Makefile
# $Id: Makefile
|
|
|
|
obj-$(CONFIG_LIBFC) += libfc.o
|
|
|
|
libfc-objs := \
|
|
fc_libfc.o \
|
|
fc_disc.o \
|
|
fc_exch.o \
|
|
fc_elsct.o \
|
|
fc_frame.o \
|
|
fc_lport.o \
|
|
fc_rport.o \
|
|
fc_fcp.o
|