diff options
author | Simon Glass <sjg@chromium.org> | 2021-02-06 09:57:28 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-03-02 15:53:37 -0500 |
commit | ef1080470d303f88e991a631a84c59aafdbb6794 (patch) | |
tree | a7028aa72ff10e919b920d2562837f068733a8f1 /Makefile | |
parent | 1a9e75bd5ddaad2985710baea0ecc29ad8e3d5c3 (diff) | |
download | u-boot-ef1080470d303f88e991a631a84c59aafdbb6794.tar.gz |
binman: Indicate how to make binman verbose
Add notes about how to make binman produce verbose logging when building.
Add a comment on how to do this.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1330,6 +1330,7 @@ u-boot.ldr: u-boot # binman # --------------------------------------------------------------------------- # Use 'make BINMAN_DEBUG=1' to enable debugging +# Use 'make BINMAN_VERBOSE=3' to set vebosity level default_dt := $(if $(DEVICE_TREE),$(DEVICE_TREE),$(CONFIG_DEFAULT_DEVICE_TREE)) quiet_cmd_binman = BINMAN $@ cmd_binman = $(srctree)/tools/binman/binman $(if $(BINMAN_DEBUG),-D) \ |