patch-2.3.48 linux/drivers/scsi/Makefile
Next file: linux/drivers/scsi/dec_esp.c
Previous file: linux/drivers/scsi/Config.in
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Thu Feb 24 22:51:47 2000
- Orig file:
v2.3.47/linux/drivers/scsi/Makefile
- Orig date:
Wed Feb 16 17:03:52 2000
diff -u --recursive --new-file v2.3.47/linux/drivers/scsi/Makefile linux/drivers/scsi/Makefile
@@ -689,6 +689,10 @@
L_OBJS += NCR53C9x.o jazz_esp.o
endif
+ifeq ($(CONFIG_SCSI_DECNCR),y)
+L_OBJS += NCR53C9x.o dec_esp.o
+endif
+
ifeq ($(CONFIG_SUN3X_ESP),y)
L_OBJS += NCR53C9x.o sun3x_esp.o
endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)