patch-1.3.60 linux/drivers/scsi/Makefile
Next file: linux/drivers/scsi/NCR5380.c
Previous file: linux/drivers/scsi/Config.in
Back to the patch index
Back to the overall index
-  Lines: 21
 -  Date:
Thu Jan 25 20:54:42 1996
 -  Orig file: 
v1.3.59/linux/drivers/scsi/Makefile
 -  Orig date: 
Fri Jan 26 01:37:06 1996
 
diff -u --recursive --new-file v1.3.59/linux/drivers/scsi/Makefile linux/drivers/scsi/Makefile
@@ -20,6 +20,9 @@
 
 AHA152X	= -DDEBUG_AHA152X -DAUTOCONF
 
+.SUFFIXES:
+.SUFFIXES: .c .o .h .a
+
 ifeq (${CFLAGS},)
 CFLAGS = -D__KERNEL__=1 \
 	-DMODULE -Wall -Wstrict-prototypes -I. -I../../include \
@@ -183,8 +186,10 @@
 
 ifeq ($(CONFIG_SCSI_GENERIC_NCR5380),y)
 L_OBJS += g_NCR5380.o
+EXTRA_CFLAGS = -DGENERIC_NCR5380_OVERRIDE="{{(NCR5380_map_type)0x350,5,0, BOARD_NCR53C400}};"
 else
   ifeq ($(CONFIG_SCSI_GENERIC_NCR5380),m)
+  EXTRA_CFLAGS = -DGENERIC_NCR5380_OVERRIDE="{{(NCR5380_map_type)0x350,5,0, BOARD_NCR53C400}};"
   M_OBJS += g_NCR5380.o
   endif
 endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this