mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-19 19:51:27 +00:00
that accepts FCP requests from libfc HBAs running Fibre Channel over Ethernet (FCoE) and passes them to SCST. Signed-off-by: Joe Eykholt <jeykholt@cisco.com> git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1514 d57e44dd-8a1f-0410-8b47-8ef2f437770f
10 lines
121 B
Plaintext
10 lines
121 B
Plaintext
ccflags-y += -Iinclude/scst
|
|
|
|
obj-$(CONFIG_FCST) += fcst.o
|
|
|
|
fcst-objs := \
|
|
ft_cmd.o \
|
|
ft_io.o \
|
|
ft_scst.o \
|
|
ft_sess.o
|