aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/Makefile')
-rw-r--r--drivers/scsi/Makefile23
1 files changed, 8 insertions, 15 deletions
diff --git a/drivers/scsi/Makefile b/drivers/scsi/Makefile
index b1b632791580..0f8689557158 100644
--- a/drivers/scsi/Makefile
+++ b/drivers/scsi/Makefile
@@ -37,7 +37,8 @@ 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 40obj-$(CONFIG_SCSI_A4000T) += 53c700.o a4000t.o
41obj-$(CONFIG_SCSI_ZORRO7XX) += 53c700.o zorro7xx.o
41obj-$(CONFIG_A3000_SCSI) += a3000.o wd33c93.o 42obj-$(CONFIG_A3000_SCSI) += a3000.o wd33c93.o
42obj-$(CONFIG_A2091_SCSI) += a2091.o wd33c93.o 43obj-$(CONFIG_A2091_SCSI) += a2091.o wd33c93.o
43obj-$(CONFIG_GVP11_SCSI) += gvp11.o wd33c93.o 44obj-$(CONFIG_GVP11_SCSI) += gvp11.o wd33c93.o
@@ -53,8 +54,8 @@ obj-$(CONFIG_ATARI_SCSI) += atari_scsi.o
53obj-$(CONFIG_MAC_SCSI) += mac_scsi.o 54obj-$(CONFIG_MAC_SCSI) += mac_scsi.o
54obj-$(CONFIG_SCSI_MAC_ESP) += mac_esp.o NCR53C9x.o 55obj-$(CONFIG_SCSI_MAC_ESP) += mac_esp.o NCR53C9x.o
55obj-$(CONFIG_SUN3_SCSI) += sun3_scsi.o sun3_scsi_vme.o 56obj-$(CONFIG_SUN3_SCSI) += sun3_scsi.o sun3_scsi_vme.o
56obj-$(CONFIG_MVME16x_SCSI) += mvme16x.o 53c7xx.o 57obj-$(CONFIG_MVME16x_SCSI) += 53c700.o mvme16x_scsi.o
57obj-$(CONFIG_BVME6000_SCSI) += bvme6000.o 53c7xx.o 58obj-$(CONFIG_BVME6000_SCSI) += 53c700.o bvme6000_scsi.o
58obj-$(CONFIG_SCSI_SIM710) += 53c700.o sim710.o 59obj-$(CONFIG_SCSI_SIM710) += 53c700.o sim710.o
59obj-$(CONFIG_SCSI_ADVANSYS) += advansys.o 60obj-$(CONFIG_SCSI_ADVANSYS) += advansys.o
60obj-$(CONFIG_SCSI_PSI240I) += psi240i.o 61obj-$(CONFIG_SCSI_PSI240I) += psi240i.o
@@ -89,7 +90,6 @@ obj-$(CONFIG_SCSI_QLA_ISCSI) += qla4xxx/
89obj-$(CONFIG_SCSI_LPFC) += lpfc/ 90obj-$(CONFIG_SCSI_LPFC) += lpfc/
90obj-$(CONFIG_SCSI_PAS16) += pas16.o 91obj-$(CONFIG_SCSI_PAS16) += pas16.o
91obj-$(CONFIG_SCSI_SEAGATE) += seagate.o 92obj-$(CONFIG_SCSI_SEAGATE) += seagate.o
92obj-$(CONFIG_SCSI_FD_8xx) += seagate.o
93obj-$(CONFIG_SCSI_T128) += t128.o 93obj-$(CONFIG_SCSI_T128) += t128.o
94obj-$(CONFIG_SCSI_DMX3191D) += dmx3191d.o 94obj-$(CONFIG_SCSI_DMX3191D) += dmx3191d.o
95obj-$(CONFIG_SCSI_DTC3280) += dtc.o 95obj-$(CONFIG_SCSI_DTC3280) += dtc.o
@@ -148,9 +148,9 @@ obj-$(CONFIG_SCSI_DEBUG) += scsi_debug.o
148obj-$(CONFIG_SCSI_WAIT_SCAN) += scsi_wait_scan.o 148obj-$(CONFIG_SCSI_WAIT_SCAN) += scsi_wait_scan.o
149 149
150scsi_mod-y += scsi.o hosts.o scsi_ioctl.o constants.o \ 150scsi_mod-y += scsi.o hosts.o scsi_ioctl.o constants.o \
151 scsicam.o scsi_error.o scsi_lib.o \ 151 scsicam.o scsi_error.o scsi_lib.o
152 scsi_scan.o scsi_sysfs.o \ 152scsi_mod-$(CONFIG_SCSI_DMA) += scsi_lib_dma.o
153 scsi_devinfo.o 153scsi_mod-y += scsi_scan.o scsi_sysfs.o scsi_devinfo.o
154scsi_mod-$(CONFIG_SCSI_NETLINK) += scsi_netlink.o 154scsi_mod-$(CONFIG_SCSI_NETLINK) += scsi_netlink.o
155scsi_mod-$(CONFIG_SYSCTL) += scsi_sysctl.o 155scsi_mod-$(CONFIG_SYSCTL) += scsi_sysctl.o
156scsi_mod-$(CONFIG_SCSI_PROC_FS) += scsi_proc.o 156scsi_mod-$(CONFIG_SCSI_PROC_FS) += scsi_proc.o
@@ -168,10 +168,8 @@ NCR_Q720_mod-objs := NCR_Q720.o ncr53c8xx.o
168oktagon_esp_mod-objs := oktagon_esp.o oktagon_io.o 168oktagon_esp_mod-objs := oktagon_esp.o oktagon_io.o
169 169
170# Files generated that shall be removed upon make clean 170# Files generated that shall be removed upon make clean
171clean-files := 53c7xx_d.h 53c700_d.h \ 171clean-files := 53c700_d.h 53c700_u.h
172 53c7xx_u.h 53c700_u.h
173 172
174$(obj)/53c7xx.o: $(obj)/53c7xx_d.h $(obj)/53c7xx_u.h
175$(obj)/53c700.o $(MODVERDIR)/$(obj)/53c700.ver: $(obj)/53c700_d.h 173$(obj)/53c700.o $(MODVERDIR)/$(obj)/53c700.ver: $(obj)/53c700_d.h
176 174
177# If you want to play with the firmware, uncomment 175# If you want to play with the firmware, uncomment
@@ -179,11 +177,6 @@ $(obj)/53c700.o $(MODVERDIR)/$(obj)/53c700.ver: $(obj)/53c700_d.h
179 177
180ifdef GENERATE_FIRMWARE 178ifdef GENERATE_FIRMWARE
181 179
182$(obj)/53c7xx_d.h: $(src)/53c7xx.scr $(src)/script_asm.pl
183 $(CPP) -traditional -DCHIP=710 - < $< | grep -v '^#' | $(PERL) -s $(src)/script_asm.pl -ncr7x0_family $@ $(@:_d.h=_u.h)
184
185$(obj)/53c7xx_u.h: $(obj)/53c7xx_d.h
186
187$(obj)/53c700_d.h: $(src)/53c700.scr $(src)/script_asm.pl 180$(obj)/53c700_d.h: $(src)/53c700.scr $(src)/script_asm.pl
188 $(PERL) -s $(src)/script_asm.pl -ncr7x0_family $@ $(@:_d.h=_u.h) < $< 181 $(PERL) -s $(src)/script_asm.pl -ncr7x0_family $@ $(@:_d.h=_u.h) < $<
189 182