Makefile: Rename ALL-y to INPUTS-y
authorSimon Glass <sjg@chromium.org>
Sun, 19 Jul 2020 19:56:01 +0000 (13:56 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 29 Jul 2020 01:30:39 +0000 (19:30 -0600)
commite6385c7e9c0f66a55aa3de540afc7b2b56c78712
treeee00de6d351a388c69f7e89b2c312132c44d60cb
parent3077026ea1852473011ec7de25087d95ea4e6ddd
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>
16 files changed:
Makefile
arch/arm/config.mk
arch/arm/mach-at91/config.mk
arch/arm/mach-davinci/config.mk
arch/arm/mach-k3/config.mk
arch/arm/mach-keystone/config.mk
arch/arm/mach-omap2/config.mk
arch/arm/mach-rmobile/Makefile
arch/arm/mach-stm32mp/config.mk
board/BuR/brppt1/config.mk
board/BuR/brppt2/config.mk
board/BuR/brsmarc1/config.mk
board/imgtec/boston/config.mk
board/intel/edison/config.mk
scripts/Makefile.spl
tools/binman/README