mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-02 21:46:40 +07:00
85b4aa4926
Encapsulation protocol for running Fibre Channel over Ethernet interfaces. Creates virtual Fibre Channel host adapters using libfc. This layer is the LLD to the scsi-ml. It allocates the Scsi_Host, utilizes libfc for Fibre Channel protocol processing and interacts with netdev to send/receive Ethernet packets. Signed-off-by: Robert Love <robert.w.love@intel.com> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
9 lines
106 B
Makefile
9 lines
106 B
Makefile
# $Id: Makefile
|
|
|
|
obj-$(CONFIG_FCOE) += fcoe.o
|
|
|
|
fcoe-y := \
|
|
libfcoe.o \
|
|
fcoe_sw.o \
|
|
fc_transport_fcoe.o
|