summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/Makefile
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1999-01-04 16:03:48 +0000
committerRalf Baechle <ralf@linux-mips.org>1999-01-04 16:03:48 +0000
commit78c388aed2b7184182c08428db1de6c872d815f5 (patch)
tree4b2003b1b4ceb241a17faa995da8dd1004bb8e45 /drivers/scsi/Makefile
parenteb7a5bf93aaa4be1d7c6181100ab7639e74d67f7 (diff)
Merge with Linux 2.1.131 and more MIPS goodies.
(Did I mention that CVS is buggy ...)
Diffstat (limited to 'drivers/scsi/Makefile')
-rw-r--r--drivers/scsi/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/drivers/scsi/Makefile b/drivers/scsi/Makefile
index 91e66ff70..73c433ff1 100644
--- a/drivers/scsi/Makefile
+++ b/drivers/scsi/Makefile
@@ -147,6 +147,14 @@ else
endif
endif
+ifeq ($(CONFIG_BLZ603EPLUS_SCSI),y)
+L_OBJS += amiga7xx.o 53c7xx.o
+else
+ ifeq ($(CONFIG_BLZ603EPLUS_SCSI),m)
+ M_OBJS += amiga7xx.o 53c7xx.o
+ endif
+endif
+
ifeq ($(CONFIG_WARPENGINE_SCSI),y)
L_OBJS += amiga7xx.o 53c7xx.o
else
@@ -243,6 +251,14 @@ else
endif
endif
+ifeq ($(CONFIG_SCSI_IMM),y)
+L_OBJS += imm.o
+else
+ ifeq ($(CONFIG_SCSI_IMM),m)
+ M_OBJS += imm.o
+ endif
+endif
+
ifeq ($(CONFIG_SCSI_QLOGIC_FAS),y)
L_OBJS += qlogicfas.o
else
@@ -470,6 +486,11 @@ else
endif
endif
+ifeq ($(CONFIG_SCSI_FD_MCS),y)
+L_OBJS += fd_mcs.o
+endif
+
+
ifeq ($(CONFIG_SCSI_T128),y)
L_OBJS += t128.o
else