diff options
Diffstat (limited to 'drivers/scsi/Makefile')
-rw-r--r-- | drivers/scsi/Makefile | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/drivers/scsi/Makefile b/drivers/scsi/Makefile index fc05d90229ac..51cba91cd228 100644 --- a/drivers/scsi/Makefile +++ b/drivers/scsi/Makefile | |||
@@ -37,7 +37,6 @@ obj-$(CONFIG_SCSI_SAS_LIBSAS) += libsas/ | |||
37 | 37 | ||
38 | obj-$(CONFIG_ISCSI_TCP) += libiscsi.o iscsi_tcp.o | 38 | obj-$(CONFIG_ISCSI_TCP) += libiscsi.o iscsi_tcp.o |
39 | obj-$(CONFIG_INFINIBAND_ISER) += libiscsi.o | 39 | obj-$(CONFIG_INFINIBAND_ISER) += libiscsi.o |
40 | obj-$(CONFIG_SCSI_AMIGA7XX) += amiga7xx.o 53c7xx.o | ||
41 | obj-$(CONFIG_A3000_SCSI) += a3000.o wd33c93.o | 40 | obj-$(CONFIG_A3000_SCSI) += a3000.o wd33c93.o |
42 | obj-$(CONFIG_A2091_SCSI) += a2091.o wd33c93.o | 41 | obj-$(CONFIG_A2091_SCSI) += a2091.o wd33c93.o |
43 | obj-$(CONFIG_GVP11_SCSI) += gvp11.o wd33c93.o | 42 | obj-$(CONFIG_GVP11_SCSI) += gvp11.o wd33c93.o |
@@ -53,8 +52,6 @@ obj-$(CONFIG_ATARI_SCSI) += atari_scsi.o | |||
53 | obj-$(CONFIG_MAC_SCSI) += mac_scsi.o | 52 | obj-$(CONFIG_MAC_SCSI) += mac_scsi.o |
54 | obj-$(CONFIG_SCSI_MAC_ESP) += mac_esp.o NCR53C9x.o | 53 | obj-$(CONFIG_SCSI_MAC_ESP) += mac_esp.o NCR53C9x.o |
55 | obj-$(CONFIG_SUN3_SCSI) += sun3_scsi.o sun3_scsi_vme.o | 54 | obj-$(CONFIG_SUN3_SCSI) += sun3_scsi.o sun3_scsi_vme.o |
56 | obj-$(CONFIG_MVME16x_SCSI) += mvme16x.o 53c7xx.o | ||
57 | obj-$(CONFIG_BVME6000_SCSI) += bvme6000.o 53c7xx.o | ||
58 | obj-$(CONFIG_SCSI_SIM710) += 53c700.o sim710.o | 55 | obj-$(CONFIG_SCSI_SIM710) += 53c700.o sim710.o |
59 | obj-$(CONFIG_SCSI_ADVANSYS) += advansys.o | 56 | obj-$(CONFIG_SCSI_ADVANSYS) += advansys.o |
60 | obj-$(CONFIG_SCSI_PSI240I) += psi240i.o | 57 | obj-$(CONFIG_SCSI_PSI240I) += psi240i.o |
@@ -169,10 +166,8 @@ NCR_Q720_mod-objs := NCR_Q720.o ncr53c8xx.o | |||
169 | oktagon_esp_mod-objs := oktagon_esp.o oktagon_io.o | 166 | oktagon_esp_mod-objs := oktagon_esp.o oktagon_io.o |
170 | 167 | ||
171 | # Files generated that shall be removed upon make clean | 168 | # Files generated that shall be removed upon make clean |
172 | clean-files := 53c7xx_d.h 53c700_d.h \ | 169 | clean-files := 53c700_d.h 53c700_u.h |
173 | 53c7xx_u.h 53c700_u.h | ||
174 | 170 | ||
175 | $(obj)/53c7xx.o: $(obj)/53c7xx_d.h $(obj)/53c7xx_u.h | ||
176 | $(obj)/53c700.o $(MODVERDIR)/$(obj)/53c700.ver: $(obj)/53c700_d.h | 171 | $(obj)/53c700.o $(MODVERDIR)/$(obj)/53c700.ver: $(obj)/53c700_d.h |
177 | 172 | ||
178 | # If you want to play with the firmware, uncomment | 173 | # If you want to play with the firmware, uncomment |
@@ -180,11 +175,6 @@ $(obj)/53c700.o $(MODVERDIR)/$(obj)/53c700.ver: $(obj)/53c700_d.h | |||
180 | 175 | ||
181 | ifdef GENERATE_FIRMWARE | 176 | ifdef GENERATE_FIRMWARE |
182 | 177 | ||
183 | $(obj)/53c7xx_d.h: $(src)/53c7xx.scr $(src)/script_asm.pl | ||
184 | $(CPP) -traditional -DCHIP=710 - < $< | grep -v '^#' | $(PERL) -s $(src)/script_asm.pl -ncr7x0_family $@ $(@:_d.h=_u.h) | ||
185 | |||
186 | $(obj)/53c7xx_u.h: $(obj)/53c7xx_d.h | ||
187 | |||
188 | $(obj)/53c700_d.h: $(src)/53c700.scr $(src)/script_asm.pl | 178 | $(obj)/53c700_d.h: $(src)/53c700.scr $(src)/script_asm.pl |
189 | $(PERL) -s $(src)/script_asm.pl -ncr7x0_family $@ $(@:_d.h=_u.h) < $< | 179 | $(PERL) -s $(src)/script_asm.pl -ncr7x0_family $@ $(@:_d.h=_u.h) < $< |
190 | 180 | ||