diff options
author | James Bottomley <jejb@mulgrave.(none)> | 2005-10-29 11:01:24 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.(none)> | 2005-10-29 11:01:24 -0400 |
commit | ca61f10ab2b874b889e89d14ea09fae2dcccdca6 (patch) | |
tree | d4e7316a7d30dceb1d0eda442426431d9e2274d0 /drivers/scsi/Makefile | |
parent | 80e23babfcf21a2dc726d3be00e06993f02f0274 (diff) |
[SCSI] remove broken driver cpqfc
Hopefully there should be a brand new replacement driver for this heap
of junk by the beginning of next year.
Acked By: Martin K. Petersen <mkp@mkp.net>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/Makefile')
-rw-r--r-- | drivers/scsi/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/scsi/Makefile b/drivers/scsi/Makefile index 8dfb9884afe0..b88b8c455598 100644 --- a/drivers/scsi/Makefile +++ b/drivers/scsi/Makefile | |||
@@ -120,7 +120,6 @@ obj-$(CONFIG_JAZZ_ESP) += NCR53C9x.o jazz_esp.o | |||
120 | obj-$(CONFIG_SUN3X_ESP) += NCR53C9x.o sun3x_esp.o | 120 | obj-$(CONFIG_SUN3X_ESP) += NCR53C9x.o sun3x_esp.o |
121 | obj-$(CONFIG_SCSI_DEBUG) += scsi_debug.o | 121 | obj-$(CONFIG_SCSI_DEBUG) += scsi_debug.o |
122 | obj-$(CONFIG_SCSI_FCAL) += fcal.o | 122 | obj-$(CONFIG_SCSI_FCAL) += fcal.o |
123 | obj-$(CONFIG_SCSI_CPQFCTS) += cpqfc.o | ||
124 | obj-$(CONFIG_SCSI_LASI700) += 53c700.o lasi700.o | 123 | obj-$(CONFIG_SCSI_LASI700) += 53c700.o lasi700.o |
125 | obj-$(CONFIG_SCSI_NSP32) += nsp32.o | 124 | obj-$(CONFIG_SCSI_NSP32) += nsp32.o |
126 | obj-$(CONFIG_SCSI_IPR) += ipr.o | 125 | obj-$(CONFIG_SCSI_IPR) += ipr.o |
@@ -165,8 +164,6 @@ ncr53c8xx-flags-$(CONFIG_SCSI_ZALON) \ | |||
165 | CFLAGS_ncr53c8xx.o := $(ncr53c8xx-flags-y) $(ncr53c8xx-flags-m) | 164 | CFLAGS_ncr53c8xx.o := $(ncr53c8xx-flags-y) $(ncr53c8xx-flags-m) |
166 | zalon7xx-objs := zalon.o ncr53c8xx.o | 165 | zalon7xx-objs := zalon.o ncr53c8xx.o |
167 | NCR_Q720_mod-objs := NCR_Q720.o ncr53c8xx.o | 166 | NCR_Q720_mod-objs := NCR_Q720.o ncr53c8xx.o |
168 | cpqfc-objs := cpqfcTSinit.o cpqfcTScontrol.o cpqfcTSi2c.o \ | ||
169 | cpqfcTSworker.o cpqfcTStrigger.o | ||
170 | libata-objs := libata-core.o libata-scsi.o | 167 | libata-objs := libata-core.o libata-scsi.o |
171 | 168 | ||
172 | # Files generated that shall be removed upon make clean | 169 | # Files generated that shall be removed upon make clean |