mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
Makefile: Rename ALL-y to INPUTS-y
When binman is in use, most of the targets built by the Makefile are inputs to binman. We then need a final rule to run binman to produce the final outputs. Rename the variable to indicate this, and add a new 'inputs' target. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
@@ -10,7 +10,7 @@ cmd_mkalign_eds = \
|
||||
dd if=$^ of=$@ bs=4k seek=1 2>/dev/null && \
|
||||
mv $@ $^
|
||||
|
||||
ALL-y += u-boot-align.bin
|
||||
INPUTS-y += u-boot-align.bin
|
||||
u-boot-align.bin: u-boot.bin
|
||||
$(call if_changed,mkalign_eds)
|
||||
|
||||
|
Reference in New Issue
Block a user