patch-2.1.115 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

diff -u --recursive --new-file v2.1.114/linux/drivers/scsi/Makefile linux/drivers/scsi/Makefile
@@ -23,7 +23,7 @@
 ifeq (${CFLAGS},)
 CFLAGS = -D__KERNEL__=1 \
 	-DMODULE -Wall -Wstrict-prototypes -I. -I../../include \
-	-O2 -fomit-frame-pointer -m486
+	-O2 -fomit-frame-pointer
 
 include ../../.config
 
@@ -524,6 +524,10 @@
   ifeq ($(CONFIG_BLK_DEV_IDESCSI),m)
   M_OBJS += ide-scsi.o
   endif
+endif
+
+ifeq ($(CONFIG_JAZZ_ESP),y)
+L_OBJS += NCR53C9x.o jazz_esp.o
 endif
 
 include $(TOPDIR)/Rules.make

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov