1
0
Fork 0

kbuild: simplify the %_shipped rule

This is needed to have make(1) correctly link the implicit rules which
generate the _shipped file from the lexer/parser to the final file.

Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
wifi-calibration
Arnaud Lacombe 2011-06-07 13:09:28 -04:00
parent 7373f4f83c
commit 991d76c950
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ endif
quiet_cmd_shipped = SHIPPED $@
cmd_shipped = cat $< > $@
$(obj)/%:: $(src)/%_shipped
$(obj)/%: $(src)/%_shipped
$(call cmd,shipped)
# Commands useful for building a boot image