binman: Add a way to enable debugging from the build
authorSimon Glass <sjg@chromium.org>
Tue, 6 Nov 2018 22:21:31 +0000 (15:21 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 21 Nov 2018 02:14:22 +0000 (19:14 -0700)
commita3c005506ac87f3684603fc40ada98070027aaa0
tree93fbc5417b83429aef496b9aeae5e45b647a2349
parent048c6e895647c3337450405388bcd538f92e1e3d
binman: Add a way to enable debugging from the build

When the build fails due to something wrong in binman it is sometimes
useful to get a full backtrace showing the location of the failure. Add
a BINMAN_DEBUG environment variable to support this along with some
documentation.

Signed-off-by: Simon Glass <sjg@chromium.org>
Makefile
tools/binman/README