Makefile (95d465fd750897ab32462a6702fbfe1b122cbbc0) | Makefile (ece1d63619df010b8c4f08e43755e2a03f3b6eed) |
---|---|
1# 2# Makefile for linux/drivers/scsi 3# 4# 30 May 2000, Christoph Hellwig <hch@infradead.org> 5# Rewritten to use lists instead of if-statements. 6# 7# 20 Sep 2000, Torben Mathiasen <tmm@image.dk> 8# Changed link order to reflect new scsi initialization. --- 151 unchanged lines hidden (view full) --- 160sd_mod-objs := sd.o 161sr_mod-objs := sr.o sr_ioctl.o sr_vendor.o 162ncr53c8xx-flags-$(CONFIG_SCSI_ZALON) \ 163 := -DCONFIG_NCR53C8XX_PREFETCH -DSCSI_NCR_BIG_ENDIAN \ 164 -DCONFIG_SCSI_NCR53C8XX_NO_WORD_TRANSFERS 165CFLAGS_ncr53c8xx.o := $(ncr53c8xx-flags-y) $(ncr53c8xx-flags-m) 166zalon7xx-objs := zalon.o ncr53c8xx.o 167NCR_Q720_mod-objs := NCR_Q720.o ncr53c8xx.o | 1# 2# Makefile for linux/drivers/scsi 3# 4# 30 May 2000, Christoph Hellwig <hch@infradead.org> 5# Rewritten to use lists instead of if-statements. 6# 7# 20 Sep 2000, Torben Mathiasen <tmm@image.dk> 8# Changed link order to reflect new scsi initialization. --- 151 unchanged lines hidden (view full) --- 160sd_mod-objs := sd.o 161sr_mod-objs := sr.o sr_ioctl.o sr_vendor.o 162ncr53c8xx-flags-$(CONFIG_SCSI_ZALON) \ 163 := -DCONFIG_NCR53C8XX_PREFETCH -DSCSI_NCR_BIG_ENDIAN \ 164 -DCONFIG_SCSI_NCR53C8XX_NO_WORD_TRANSFERS 165CFLAGS_ncr53c8xx.o := $(ncr53c8xx-flags-y) $(ncr53c8xx-flags-m) 166zalon7xx-objs := zalon.o ncr53c8xx.o 167NCR_Q720_mod-objs := NCR_Q720.o ncr53c8xx.o |
168libata-objs := libata-core.o libata-scsi.o libata-bmdma.o | 168libata-objs := libata-core.o libata-scsi.o libata-bmdma.o libata-eh.o |
169oktagon_esp_mod-objs := oktagon_esp.o oktagon_io.o 170 171# Files generated that shall be removed upon make clean 172clean-files := 53c7xx_d.h 53c700_d.h \ 173 53c7xx_u.h 53c700_u.h 174 175$(obj)/53c7xx.o: $(obj)/53c7xx_d.h $(obj)/53c7xx_u.h 176$(obj)/53c700.o $(MODVERDIR)/$(obj)/53c700.ver: $(obj)/53c700_d.h --- 15 unchanged lines hidden --- | 169oktagon_esp_mod-objs := oktagon_esp.o oktagon_io.o 170 171# Files generated that shall be removed upon make clean 172clean-files := 53c7xx_d.h 53c700_d.h \ 173 53c7xx_u.h 53c700_u.h 174 175$(obj)/53c7xx.o: $(obj)/53c7xx_d.h $(obj)/53c7xx_u.h 176$(obj)/53c700.o $(MODVERDIR)/$(obj)/53c700.ver: $(obj)/53c700_d.h --- 15 unchanged lines hidden --- |