patch-2.1.21 linux/drivers/scsi/Makefile
Next file: linux/drivers/scsi/README.ncr53c8xx
Previous file: linux/drivers/scsi/Config.in
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
Tue Jan 14 08:58:19 1997
- Orig file:
v2.1.20/linux/drivers/scsi/Makefile
- Orig date:
Wed Dec 18 15:58:50 1996
diff -u --recursive --new-file v2.1.20/linux/drivers/scsi/Makefile linux/drivers/scsi/Makefile
@@ -30,11 +30,19 @@
endif
ifeq ($(CONFIG_SCSI),y)
-L_OBJS += hosts.o scsi.o scsi_ioctl.o constants.o scsicam.o
+ # We must attach scsi_syms.o to scsi.o, as otherwise there is nothing to
+ # pull the object file from the archive.
+ SCSI=scsi.o
+ ifeq ($(CONFIG_MODULES),y)
+ O_TARGET := scsi_n_syms.o
+ O_OBJS := scsi.o
+ OX_OBJS := scsi_syms.o
+ SCSI := $(O_TARGET)
+ endif
+ L_OBJS += $(SCSI) hosts.o scsi_ioctl.o constants.o scsicam.o
ifeq ($(CONFIG_PROC_FS),y)
L_OBJS += scsi_proc.o
endif
-LX_OBJS += scsi_syms.o
else
ifeq ($(CONFIG_SCSI),m)
MX_OBJS += scsi_syms.o
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov