From 31a346125d6e387fece5a0a34b75c87c17ff7744 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sat, 16 Oct 2010 16:37:03 +0000 Subject: [PATCH] Moved SCST to the end of drivers/Makefile, such that it is loaded and initialized after all other storage drivers. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2417 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- .../in-tree/Makefile.drivers.Linux-2.6.35.patch | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/scst/kernel/in-tree/Makefile.drivers.Linux-2.6.35.patch b/scst/kernel/in-tree/Makefile.drivers.Linux-2.6.35.patch index 2ec07f568..f063f7ea5 100644 --- a/scst/kernel/in-tree/Makefile.drivers.Linux-2.6.35.patch +++ b/scst/kernel/in-tree/Makefile.drivers.Linux-2.6.35.patch @@ -1,11 +1,8 @@ diff -upkr -X linux-2.6.35/Documentation/dontdiff linux-2.6.35/drivers/Makefile linux-2.6.35/drivers/Makefile ---- linux-2.6.35/drivers/Makefile 2008-07-14 01:51:29.000000000 +0400 -+++ linux-2.6.35/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/ +--- linux-2.6.35/drivers/Makefile.orig 2010-10-16 15:40:04.000000000 +0200 ++++ linux-2.6.35/drivers/Makefile 2010-10-16 15:40:20.000000000 +0200 +@@ -113,3 +113,4 @@ obj-$(CONFIG_VLYNQ) += vlynq/ + obj-$(CONFIG_STAGING) += staging/ + obj-y += platform/ + obj-y += ieee802154/ +obj-$(CONFIG_SCST) += scst/ - obj-$(CONFIG_ATA) += ata/ - obj-y += net/ - obj-$(CONFIG_ATM) += atm/