patch-1.3.9 linux/drivers/scsi/Makefile
Next file: linux/drivers/scsi/eata_dma_proc.c
Previous file: linux/drivers/pci/pci.c
Back to the patch index
Back to the overall index
- Lines: 31
- Date:
Tue Jul 11 08:02:20 1995
- Orig file:
v1.3.8/linux/drivers/scsi/Makefile
- Orig date:
Fri Jul 7 08:54:48 1995
diff -u --recursive --new-file v1.3.8/linux/drivers/scsi/Makefile linux/drivers/scsi/Makefile
@@ -6,8 +6,6 @@
# unless it's something special (ie not a .c file).
#
-.c.s:
- $(CC) $(CFLAGS) -S $<
.s.o:
$(AS) -c -o $*.o $<
.c.o:
@@ -264,13 +262,10 @@
(cd ../../modules;for i in $(SCSI_MODULE_OBJS); do ln -sf ../drivers/scsi/$$i .; done)
dep: $(SCSI_DEP)
- $(CPP) -M $(AHA152X) $(SCSI_SRCS) > .depend
- $(CPP) -M -DMODULE $(patsubst sd_mod.c,sd.c sd_ioctl.c, \
- $(patsubst sr_mod.c,sr.c sr_ioctl.c, $(SCSI_MODULE_OBJS:.o=.c))) >> .depend
-
-#
-# include a dependency file if one exists
-#
-ifeq (.depend,$(wildcard .depend))
-include .depend
-endif
+ $(CPP) -M $(AHA152X) constants.c $(SCSI_OBJS:.o=.c) > .depend
+ $(CPP) -M -DMODULE $(patsubst scsi_mod.c,scsi.c hosts.c scsi_ioctl.c \
+ constants.c scsicam.c scsi_proc.c, \
+ $(patsubst sd_mod.c,sd.c sd_ioctl.c, \
+ $(patsubst sr_mod.c,sr.c sr_ioctl.c, $(SCSI_MODULE_OBJS:.o=.c)))) >> .depend
+
+include $(TOPDIR)/Rules.make
Binary files v1.3.8/linux/drivers/scsi/aic7770 and linux/drivers/scsi/aic7770 differ
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