patch-2.1.113 linux/drivers/scsi/Makefile
Next file: linux/drivers/scsi/amiga7xx.c
Previous file: linux/drivers/scsi/53c7xx.h
Back to the patch index
Back to the overall index
-  Lines: 23
-  Date:
Thu Jul 30 11:17:10 1998
-  Orig file: 
v2.1.112/linux/drivers/scsi/Makefile
-  Orig date: 
Fri May  8 23:14:49 1998
diff -u --recursive --new-file v2.1.112/linux/drivers/scsi/Makefile linux/drivers/scsi/Makefile
@@ -115,6 +115,22 @@
     endif
 endif
 
+ifeq ($(CONFIG_MVME16x_SCSI),y)
+L_OBJS += mvme16x.o 53c7xx.o
+else
+  ifeq ($(CONFIG_MVME16x_SCSI),m)
+  M_OBJS += mvme16x.o 53c7xx.o
+  endif
+endif
+
+ifeq ($(CONFIG_BVME6000_SCSI),y)
+L_OBJS += bvme6000.o 53c7xx.o
+else
+  ifeq ($(CONFIG_BVME6000_SCSI),m)
+  M_OBJS += bvme6000.o 53c7xx.o
+  endif
+endif
+
 ifeq ($(CONFIG_A4000T_SCSI),y)
 L_OBJS += amiga7xx.o 53c7xx.o
 else
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov