Re: [PATCH v2 31/49] Makefile: Rename ALL-y to INPUTS-y

2020-06-29 Thread Bin Meng
On Sun, Jun 14, 2020 at 10:58 AM Simon Glass 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. > > Sign

[PATCH v2 31/49] Makefile: Rename ALL-y to INPUTS-y

2020-06-13 Thread Simon Glass
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 --- (no changes since v1) Makefile