From: Christoph Hellwig <hch@xxxxxxxxxxxxx> Date: Tue, 22 May 2007 00:00:41 +0100 > > --- a/drivers/scsi/Makefile > > +++ b/drivers/scsi/Makefile > > @@ -121,7 +121,7 @@ obj-$(CONFIG_BLK_DEV_3W_XXXX_RAID) += 3w-xxxx.o > > obj-$(CONFIG_SCSI_3W_9XXX) += 3w-9xxx.o > > obj-$(CONFIG_SCSI_PPA) += ppa.o > > obj-$(CONFIG_SCSI_IMM) += imm.o > > -obj-$(CONFIG_JAZZ_ESP) += NCR53C9x.o jazz_esp.o > > +obj-$(CONFIG_JAZZ_ESP) += jazz_esp.o > > Note to Dave: it probably would be nice to just build esp_scsi.o > from the makefile like the old NCR53C9x drivers did instead of the > Kconfig hackery, what do you think? I disagree, I want people to be able to do test builds even if their platform lacks a front-end driver. And for platforms with multiple front ends it's a complete waste of space. - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html