diff options
Diffstat (limited to 'drivers/scsi')
-rw-r--r-- | drivers/scsi/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/scsi/Makefile b/drivers/scsi/Makefile index f062ea0f813a..6e0c059df6a5 100644 --- a/drivers/scsi/Makefile +++ b/drivers/scsi/Makefile | |||
@@ -45,7 +45,7 @@ obj-$(CONFIG_CYBERSTORMII_SCSI) += NCR53C9x.o cyberstormII.o | |||
45 | obj-$(CONFIG_BLZ2060_SCSI) += NCR53C9x.o blz2060.o | 45 | obj-$(CONFIG_BLZ2060_SCSI) += NCR53C9x.o blz2060.o |
46 | obj-$(CONFIG_BLZ1230_SCSI) += NCR53C9x.o blz1230.o | 46 | obj-$(CONFIG_BLZ1230_SCSI) += NCR53C9x.o blz1230.o |
47 | obj-$(CONFIG_FASTLANE_SCSI) += NCR53C9x.o fastlane.o | 47 | obj-$(CONFIG_FASTLANE_SCSI) += NCR53C9x.o fastlane.o |
48 | obj-$(CONFIG_OKTAGON_SCSI) += NCR53C9x.o oktagon_esp.o oktagon_io.o | 48 | obj-$(CONFIG_OKTAGON_SCSI) += NCR53C9x.o oktagon_esp_mod.o |
49 | obj-$(CONFIG_ATARI_SCSI) += atari_scsi.o | 49 | obj-$(CONFIG_ATARI_SCSI) += atari_scsi.o |
50 | obj-$(CONFIG_MAC_SCSI) += mac_scsi.o | 50 | obj-$(CONFIG_MAC_SCSI) += mac_scsi.o |
51 | obj-$(CONFIG_SCSI_MAC_ESP) += mac_esp.o NCR53C9x.o | 51 | obj-$(CONFIG_SCSI_MAC_ESP) += mac_esp.o NCR53C9x.o |
@@ -164,6 +164,7 @@ CFLAGS_ncr53c8xx.o := $(ncr53c8xx-flags-y) $(ncr53c8xx-flags-m) | |||
164 | zalon7xx-objs := zalon.o ncr53c8xx.o | 164 | zalon7xx-objs := zalon.o ncr53c8xx.o |
165 | NCR_Q720_mod-objs := NCR_Q720.o ncr53c8xx.o | 165 | NCR_Q720_mod-objs := NCR_Q720.o ncr53c8xx.o |
166 | libata-objs := libata-core.o libata-scsi.o | 166 | libata-objs := libata-core.o libata-scsi.o |
167 | oktagon_esp_mod-objs := oktagon_esp.o oktagon_io.o | ||
167 | 168 | ||
168 | # Files generated that shall be removed upon make clean | 169 | # Files generated that shall be removed upon make clean |
169 | clean-files := 53c7xx_d.h 53c700_d.h \ | 170 | clean-files := 53c7xx_d.h 53c700_d.h \ |