diff options
| author | Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de> | 2002-06-17 12:10:59 -0500 |
|---|---|---|
| committer | Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de> | 2002-06-17 12:10:59 -0500 |
| commit | ba7bf6a2d4754e21408e4add22fd08f75d219875 (patch) | |
| tree | 82456bb1014fa7d0245c9a28d5329ed82f48cca2 /Rules.make | |
| parent | c860bf513ca5d1ce70f93450591eaa56e81d8e55 (diff) | |
kbuild: cleanup drivers/scsi firmware generation, part 3
Rename the shipped 53c.. firmware files to <name>_shipped.
Add a default rule for shipped files, which will just
call <name>_shipped to <name> 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.
Diffstat (limited to 'Rules.make')
| -rw-r--r-- | Rules.make | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Rules.make b/Rules.make index e6bd353619b8..59640a8a3082 100644 --- a/Rules.make +++ b/Rules.make @@ -382,6 +382,12 @@ targets += $(host-progs-single) $(host-progs-multi-objs) $(host-progs-multi) endif # ! modules_install endif # ! fastdep +# Shipped files +# =========================================================================== + +%: %_shipped + cp $< $@ + # =========================================================================== # Generic stuff # =========================================================================== |
