Re: [PATCH v2 2/3] binman: build_from_git: Add optional make path inside git repo

2025-03-05 Thread Simon Glass
On Wed, 26 Feb 2025 at 14:05, Leonard Anderweit wrote: > > Add optional argument make_path to build_from git. The new argument > allows specifying the path to a Makefile in case it is not in the root > of the git repo. > Also adjust the corresponding test. > > Signed-off-by: Leonard Anderweit > -

[PATCH v2 2/3] binman: build_from_git: Add optional make path inside git repo

2025-02-26 Thread Leonard Anderweit
Add optional argument make_path to build_from git. The new argument allows specifying the path to a Makefile in case it is not in the root of the git repo. Also adjust the corresponding test. Signed-off-by: Leonard Anderweit --- v2: fix tests --- tools/binman/bintool.py | 9 +++-- tools