mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-18 11:11:27 +00:00
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@486 d57e44dd-8a1f-0410-8b47-8ef2f437770f
7 lines
164 B
Makefile
7 lines
164 B
Makefile
EXTRA_CFLAGS += -Iinclude/scst
|
|
|
|
iscsi-scst-y := iscsi.o nthread.o config.o digest.o \
|
|
conn.o session.o target.o event.o param.o
|
|
|
|
obj-$(SCST_ISCSI) += iscsi-scst.o
|