On Sun, Jun 14, 2020 at 10:58 AM Simon Glass <s...@chromium.org> wrote: > > 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 <s...@chromium.org> > --- > > (no changes since v1) > > Makefile | 60 +++++++++++++++++--------------- > arch/arm/config.mk | 10 +++--- > arch/arm/mach-at91/config.mk | 2 +- > arch/arm/mach-davinci/config.mk | 2 +- > arch/arm/mach-k3/config.mk | 10 +++--- > arch/arm/mach-keystone/config.mk | 4 +-- > arch/arm/mach-omap2/config.mk | 28 +++++++-------- > arch/arm/mach-rmobile/Makefile | 2 +- > arch/arm/mach-stm32mp/config.mk | 4 +-- > board/BuR/brppt1/config.mk | 4 +-- > board/BuR/brppt2/config.mk | 4 +-- > board/BuR/brsmarc1/config.mk | 6 ++-- > board/imgtec/boston/config.mk | 2 +- > board/intel/edison/config.mk | 2 +- > scripts/Makefile.spl | 24 ++++++------- > tools/binman/README | 2 +- > 16 files changed, 85 insertions(+), 81 deletions(-) >
Reviewed-by: Bin Meng <bmeng...@gmail.com>