mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-28 20:06:33 +00:00
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 <bart.vanassche@gmail.com> git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@907 d57e44dd-8a1f-0410-8b47-8ef2f437770f
12 lines
470 B
Diff
12 lines
470 B
Diff
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/
|