From d1470f95264e4e710b6b89b8f0a688778e677d81 Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Tue, 16 Jun 2009 19:36:11 +0000 Subject: [PATCH] Some time ago it became clear that some SCST users are using kernel 2.6.23. So it makes sense to run the nightly build also for kernel 2.6.23. But doing so is only possible with the attached two files present in the SCST tree. Except for the kernel version these patches are identical to the corresponding patches for the 2.6.24 kernel. Signed-off-by: Bart Van Assche git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@907 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- .../in-tree/Kconfig.drivers.Linux-2.6.23.patch | 12 ++++++++++++ .../in-tree/Makefile.drivers.Linux-2.6.23.patch | 11 +++++++++++ 2 files changed, 23 insertions(+) create mode 100644 scst/kernel/in-tree/Kconfig.drivers.Linux-2.6.23.patch create mode 100644 scst/kernel/in-tree/Makefile.drivers.Linux-2.6.23.patch diff --git a/scst/kernel/in-tree/Kconfig.drivers.Linux-2.6.23.patch b/scst/kernel/in-tree/Kconfig.drivers.Linux-2.6.23.patch new file mode 100644 index 000000000..27828ce92 --- /dev/null +++ b/scst/kernel/in-tree/Kconfig.drivers.Linux-2.6.23.patch @@ -0,0 +1,12 @@ +diff -uprN ../orig/linux-2.6.23/drivers/Kconfig linux-2.6.23/drivers/Kconfig +--- ../orig/linux-2.6.23/drivers/Kconfig 2008-01-24 23:58:37.000000000 +0100 ++++ linux-2.6.23/drivers/Kconfig 2008-05-13 13:05:55.000000000 +0200 +@@ -24,6 +24,8 @@ + + source "drivers/scsi/Kconfig" + ++source "drivers/scst/Kconfig" ++ + source "drivers/ata/Kconfig" + + source "drivers/md/Kconfig" diff --git a/scst/kernel/in-tree/Makefile.drivers.Linux-2.6.23.patch b/scst/kernel/in-tree/Makefile.drivers.Linux-2.6.23.patch new file mode 100644 index 000000000..4d89fd8cc --- /dev/null +++ b/scst/kernel/in-tree/Makefile.drivers.Linux-2.6.23.patch @@ -0,0 +1,11 @@ +diff -uprN ../orig/linux-2.6.23/drivers/Makefile linux-2.6.23/drivers/Makefile +--- ../orig/linux-2.6.23/drivers/Makefile 2008-01-24 23:58:37.000000000 +0100 ++++ linux-2.6.23/drivers/Makefile 2008-05-13 13:06:34.000000000 +0200 +@@ -35,6 +35,7 @@ + obj-y += macintosh/ + obj-$(CONFIG_IDE) += ide/ + obj-$(CONFIG_SCSI) += scsi/ ++obj-$(CONFIG_SCST) += scst/ + obj-$(CONFIG_ATA) += ata/ + obj-$(CONFIG_FUSION) += message/ + obj-$(CONFIG_FIREWIRE) += firewire/