]> git.dujemihanovic.xyz Git - u-boot.git/commit
binman: bintool: Build a tool from a list of commands
authorSughosh Ganu <sughosh.ganu@linaro.org>
Tue, 22 Aug 2023 17:39:54 +0000 (23:09 +0530)
committerTom Rini <trini@konsulko.com>
Tue, 29 Aug 2023 17:37:54 +0000 (13:37 -0400)
commitd71e7116997f14097735f04cc7847f0a68dbc485
tree182c58db3f3b504402a57d3280dd22553db09317
parent11cf91f755c7b1f1c8e7865743ac589bd23b7099
binman: bintool: Build a tool from a list of commands

Add support to build a tool from source with a list of commands. This
is useful when a tool can be built with multiple commands instead of a
single command.

Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
tools/binman/bintool.py