mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-18 03:01:26 +00:00
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:
12
scst/kernel/in-tree/Kconfig.drivers.Linux-2.6.34.patch
Normal file
12
scst/kernel/in-tree/Kconfig.drivers.Linux-2.6.34.patch
Normal 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"
|
||||
14
scst/kernel/in-tree/Makefile.dev_handlers-2.6.34
Normal file
14
scst/kernel/in-tree/Makefile.dev_handlers-2.6.34
Normal 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
|
||||
11
scst/kernel/in-tree/Makefile.drivers.Linux-2.6.34.patch
Normal file
11
scst/kernel/in-tree/Makefile.drivers.Linux-2.6.34.patch
Normal 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/
|
||||
11
scst/kernel/in-tree/Makefile.scst-2.6.34
Normal file
11
scst/kernel/in-tree/Makefile.scst-2.6.34
Normal 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/
|
||||
Reference in New Issue
Block a user