[8010] in linux-scsi channel archive
Re: SCSI Makefile cleanup
daemon@ATHENA.MIT.EDU (Alan Cox)
Sun Feb 6 13:49:49 2000
To: willy@thepuffingroup.com
Date: Sun, 6 Feb 2000 18:41:19 +0000 (GMT)
Cc: linux-kbuild@torque.net, linux-kernel@vger.rutgers.edu,
linux-scsi@vger.rutgers.edu
In-Reply-To: <20000206142429.B319@thepuffingroup.com> from "willy@thepuffingroup.com" at Feb 06, 2000 02:24:29 PM
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-Id: <E12HWcc-0000aB-00@the-village.bc.nu>
From: Alan Cox <alan@lxorguk.ukuu.org.uk>
> This patch reworks drivers/scsi/Makefile to use lists instead of
> conditionals. I believe this idea is originally due to Michael Chastain.
Be very careful not to change the link order. You'll notice 2.3.x sound
recently changed a little explicitly because of this. if you re-order
the object files (eg sorting them) then you change the init order, and you
end up initialising boards in the wrong order, causing AHA1542 to grab
buslogic cards etc
Alan
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@vger.rutgers.edu