From ba7bf6a2d4754e21408e4add22fd08f75d219875 Mon Sep 17 00:00:00 2001 From: Kai Germaschewski Date: Mon, 17 Jun 2002 12:10:59 -0500 Subject: kbuild: cleanup drivers/scsi firmware generation, part 3 Rename the shipped 53c.. firmware files to _shipped. Add a default rule for shipped files, which will just call _shipped to if no specific rule to generate the target exists. Rename the aic7xxx firmware to fit into this naming scheme. For now 53c... defaults to just using the shipped firmware. --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9765b909904b..389d621f07ca 100644 --- a/Makefile +++ b/Makefile @@ -559,7 +559,9 @@ CLEAN_FILES += \ drivers/scsi/aic7xxx/aicasm/aicasm_scan.c \ drivers/scsi/aic7xxx/aicasm/y.tab.h \ drivers/scsi/aic7xxx/aicasm/aicasm \ - drivers/scsi/53c700_d.h \ + drivers/scsi/53c700_d.h drivers/scsi/sim710_d.h \ + drivers/scsi/53c7xx_d.h drivers/scsi/53c7xx_u.h \ + drivers/scsi/53c8xx_d.h drivers/scsi/53c8xx_u.h \ net/khttpd/make_times_h \ net/khttpd/times.h \ submenu* -- cgit v1.2.3