Added to repository.

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1707 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2010-05-22 08:17:44 +00:00
parent 7cb475ca57
commit 0240109575
4 changed files with 48 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
diff -upkr -X linux-2.6.34/Documentation/dontdiff linux-2.6.34/drivers/Kconfig linux-2.6.34/drivers/Kconfig
--- linux-2.6.34/drivers/Kconfig 2008-07-14 01:51:29.000000000 +0400
+++ linux-2.6.34/drivers/Kconfig 2008-07-24 14:14:46.000000000 +0400
@@ -22,6 +22,8 @@ source "drivers/ide/Kconfig"
source "drivers/scsi/Kconfig"
+source "drivers/scst/Kconfig"
+
source "drivers/ata/Kconfig"
source "drivers/md/Kconfig"

View File

@@ -0,0 +1,14 @@
ccflags-y += -Iinclude/scst -Wno-unused-parameter
obj-m := scst_cdrom.o scst_changer.o scst_disk.o scst_modisk.o scst_tape.o \
scst_vdisk.o scst_raid.o scst_processor.o scst_user.o
obj-$(CONFIG_SCST_DISK) += scst_disk.o
obj-$(CONFIG_SCST_TAPE) += scst_tape.o
obj-$(CONFIG_SCST_CDROM) += scst_cdrom.o
obj-$(CONFIG_SCST_MODISK) += scst_modisk.o
obj-$(CONFIG_SCST_CHANGER) += scst_changer.o
obj-$(CONFIG_SCST_RAID) += scst_raid.o
obj-$(CONFIG_SCST_PROCESSOR) += scst_processor.o
obj-$(CONFIG_SCST_VDISK) += scst_vdisk.o
obj-$(CONFIG_SCST_USER) += scst_user.o

View File

@@ -0,0 +1,11 @@
diff -upkr -X linux-2.6.34/Documentation/dontdiff linux-2.6.34/drivers/Makefile linux-2.6.34/drivers/Makefile
--- linux-2.6.34/drivers/Makefile 2008-07-14 01:51:29.000000000 +0400
+++ linux-2.6.34/drivers/Makefile 2008-07-24 14:15:29.000000000 +0400
@@ -43,6 +43,7 @@ obj-$(CONFIG_ATM) += atm/
obj-y += macintosh/
obj-$(CONFIG_IDE) += ide/
obj-$(CONFIG_SCSI) += scsi/
+obj-$(CONFIG_SCST) += scst/
obj-$(CONFIG_ATA) += ata/
obj-y += net/
obj-$(CONFIG_ATM) += atm/

View File

@@ -0,0 +1,11 @@
ccflags-y += -Iinclude/scst -Wno-unused-parameter
scst-y += scst_main.o
scst-y += scst_targ.o
scst-y += scst_lib.o
scst-y += scst_sysfs.o
scst-y += scst_mem.o
scst-y += scst_debug.o
obj-$(CONFIG_SCST) += scst.o dev_handlers/ iscsi-scst/ qla2xxx-target/ srpt/ \
scst_local/