mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-25 07:51:28 +00:00
Initial iSER code which also supports MLNX_OFED on RedHat and Ubuntu as well as regular OFED Signed-off-by: Yan Burman <yanb@mellanox.com> git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/iser@5232 d57e44dd-8a1f-0410-8b47-8ef2f437770f
5 lines
148 B
Makefile
5 lines
148 B
Makefile
isert-scst-y := isert.o isert_login.o \
|
|
iser_datamover.o iser_rdma.o iser_buf.o iser_pdu.o iser_global.o
|
|
|
|
obj-$(CONFIG_SCST_ISER) += isert-scst.o
|