patch-2.2.15 linux/drivers/scsi/Makefile
Next file: linux/drivers/scsi/README.aic7xxx
Previous file: linux/drivers/scsi/Config.in
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
Fri Apr 21 12:46:30 2000
- Orig file:
v2.2.14/drivers/scsi/Makefile
- Orig date:
Wed Oct 20 01:12:40 1999
diff -u --new-file --recursive --exclude-from ../../exclude v2.2.14/drivers/scsi/Makefile linux/drivers/scsi/Makefile
@@ -639,6 +639,14 @@
L_OBJS += NCR53C9x.o jazz_esp.o
endif
+ifeq ($(CONFIG_BLK_DEV_3W_XXXX_RAID),y)
+L_OBJS += 3w-xxxx.o
+else
+ ifeq ($(CONFIG_BLK_DEV_3W_XXXX_RAID),m)
+ M_OBJS += 3w-xxxx.o
+ endif
+endif
+
include $(TOPDIR)/Rules.make
53c8xx_d.h: 53c7,8xx.scr script_asm.pl
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)