aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/Makefile
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2007-05-11 10:30:29 -0400
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>2007-05-27 13:52:29 -0400
commit565bae6a4a8f16459e179ebf4421c1291cf88aa5 (patch)
tree7f15b5c57f51f32fedd72adf6e83e51c30a826a3 /drivers/scsi/Makefile
parentddc914c741c1374dbb5fa288b5e283060c2a8488 (diff)
[SCSI] 53c7xx: kill driver
It's been more than enough time now to try to get the new m68k drivers into the tree. Let's remove the old ones and we can remerge the new glue once it's ready. Given that there are patches to rename two out of the three drivers in m68k CVS and all of them need a lot of codingstyle love anyway that's probably the better strategy to begin with. Signed-off-by: Christoph Hellwig <hch@lst.de> Cc: Geert Uytterhoeven <geert@linux-m68k.org> Cc: Kars de Jong <jongk@linux-m68k.org> Cc: linux-m68k@vger.kernel.org Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/Makefile')
-rw-r--r--drivers/scsi/Makefile12
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
38obj-$(CONFIG_ISCSI_TCP) += libiscsi.o iscsi_tcp.o 38obj-$(CONFIG_ISCSI_TCP) += libiscsi.o iscsi_tcp.o
39obj-$(CONFIG_INFINIBAND_ISER) += libiscsi.o 39obj-$(CONFIG_INFINIBAND_ISER) += libiscsi.o
40obj-$(CONFIG_SCSI_AMIGA7XX) += amiga7xx.o 53c7xx.o
41obj-$(CONFIG_A3000_SCSI) += a3000.o wd33c93.o 40obj-$(CONFIG_A3000_SCSI) += a3000.o wd33c93.o
42obj-$(CONFIG_A2091_SCSI) += a2091.o wd33c93.o 41obj-$(CONFIG_A2091_SCSI) += a2091.o wd33c93.o
43obj-$(CONFIG_GVP11_SCSI) += gvp11.o wd33c93.o 42obj-$(CONFIG_GVP11_SCSI) += gvp11.o wd33c93.o
@@ -53,8 +52,6 @@ obj-$(CONFIG_ATARI_SCSI) += atari_scsi.o
53obj-$(CONFIG_MAC_SCSI) += mac_scsi.o 52obj-$(CONFIG_MAC_SCSI) += mac_scsi.o
54obj-$(CONFIG_SCSI_MAC_ESP) += mac_esp.o NCR53C9x.o 53obj-$(CONFIG_SCSI_MAC_ESP) += mac_esp.o NCR53C9x.o
55obj-$(CONFIG_SUN3_SCSI) += sun3_scsi.o sun3_scsi_vme.o 54obj-$(CONFIG_SUN3_SCSI) += sun3_scsi.o sun3_scsi_vme.o
56obj-$(CONFIG_MVME16x_SCSI) += mvme16x.o 53c7xx.o
57obj-$(CONFIG_BVME6000_SCSI) += bvme6000.o 53c7xx.o
58obj-$(CONFIG_SCSI_SIM710) += 53c700.o sim710.o 55obj-$(CONFIG_SCSI_SIM710) += 53c700.o sim710.o
59obj-$(CONFIG_SCSI_ADVANSYS) += advansys.o 56obj-$(CONFIG_SCSI_ADVANSYS) += advansys.o
60obj-$(CONFIG_SCSI_PSI240I) += psi240i.o 57obj-$(CONFIG_SCSI_PSI240I) += psi240i.o
@@ -169,10 +166,8 @@ NCR_Q720_mod-objs := NCR_Q720.o ncr53c8xx.o
169oktagon_esp_mod-objs := oktagon_esp.o oktagon_io.o 166oktagon_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
172clean-files := 53c7xx_d.h 53c700_d.h \ 169clean-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
181ifdef GENERATE_FIRMWARE 176ifdef 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