On Wed, 26 Feb 2025 at 14:05, Leonard Anderweit <l.anderw...@phytec.de> 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 <l.anderw...@phytec.de> > --- > v2: fix tests > --- > tools/binman/bintool.py | 9 +++++++-- > tools/binman/bintool_test.py | 1 + > 2 files changed, 8 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass <s...@chromium.org>