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
This commit is contained in:
Vladislav Bolkhovitin
2008-10-28 20:43:38 +00:00
parent d5dc2fed6a
commit fe84b1f26b

View File

@@ -3,4 +3,4 @@ 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
obj-$(CONFIG_SCST_ISCSI) += iscsi-scst.o