Files
scst/iscsi-scst/kernel/Makefile.in-kernel
Vladislav Bolkhovitin fe84b1f26b The iscsi-scst kernel module does not get compiled even with CONFIG_SCST_ISCSI
set to m or y. The patch below fixes this.

This patch has been verified by rerunning scripts/run-regression-tests -k 2.6.27.3
and by verifying that the kernel build produced a iscsi-scst.ko kernel module.

Signed-off-by: Bart Van Assche <bart.vanassche@gmail.com>



git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@548 d57e44dd-8a1f-0410-8b47-8ef2f437770f
2008-10-28 20:43:38 +00:00

7 lines
171 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-$(CONFIG_SCST_ISCSI) += iscsi-scst.o