]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitb1659207140fae6bbab7eaa2425f8c8f64636b81
treeee00de6d351a388c69f7e89b2c312132c44d60cb
parent7d2b2f6853b3c658e8b8368adcbf64bb866e612e
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