mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-14 01:01:27 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user