patch-2.3.99-pre4 linux/drivers/scsi/Makefile
Next file: linux/drivers/scsi/dmx3191d.c
Previous file: linux/drivers/scsi/Config.in
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
Mon Mar 27 09:44:58 2000
- Orig file:
v2.3.99-pre3/linux/drivers/scsi/Makefile
- Orig date:
Mon Mar 27 08:08:27 2000
diff -u --recursive --new-file v2.3.99-pre3/linux/drivers/scsi/Makefile linux/drivers/scsi/Makefile
@@ -613,6 +613,14 @@
endif
endif
+ifeq ($(CONFIG_SCSI_DMX3191D),y)
+L_OBJS += dmx3191d.o
+else
+ ifeq ($(CONFIG_SCSI_DMX3191D),m)
+ M_OBJS += dmx3191d.o
+ endif
+endif
+
ifeq ($(CONFIG_SCSI_DTC3280),y)
L_OBJS += dtc.o
else
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)