mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-14 01:01:27 +00:00
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6563 d57e44dd-8a1f-0410-8b47-8ef2f437770f
13 lines
311 B
Makefile
13 lines
311 B
Makefile
iscsi-scst-y += config.o
|
|
iscsi-scst-y += conn.o
|
|
iscsi-scst-y += digest.o
|
|
iscsi-scst-y += event.o
|
|
iscsi-scst-y += iscsi.o
|
|
iscsi-scst-y += iscsit_transport.o
|
|
iscsi-scst-y += nthread.o
|
|
iscsi-scst-y += param.o
|
|
iscsi-scst-y += session.o
|
|
iscsi-scst-y += target.o
|
|
|
|
obj-$(CONFIG_SCST_ISCSI) += iscsi-scst.o isert-scst/
|