]> git.baikalelectronics.ru Git - uboot.git/commit
Makefile: With BINMAN_ALLOW_MISSING=1 don't error on missing
authorTom Rini <trini@konsulko.com>
Tue, 6 Dec 2022 02:03:36 +0000 (21:03 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 19 Dec 2022 01:50:40 +0000 (20:50 -0500)
commit52de547213b746aff310702bb0a3b674cfbeecdf
treee703254fb5c1d5e670f3bc804714b43ff1e01695
parentdbd0d03984c52642642df7cc7529326355f5c86b
Makefile: With BINMAN_ALLOW_MISSING=1 don't error on missing

When the user builds with BINMAN_ALLOW_MISSING=1 they're explicitly
setting the flag to allow for additional binaries to be missing and so
have acknowledged the output might not work. In this case we want to
default to not passing a non-zero exit code.

Cc: Simon Glass <sjg@chromium.org>
Reported-by: Peter Robinson <pbrobinson@gmail.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Makefile