tools: u_boot_pylib: Allow to append input directories to indir
authorPaul HENRYS <paul.henrys_ext@softathome.com>
Mon, 25 Nov 2024 18:16:53 +0000 (19:16 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 19 Dec 2024 15:10:34 +0000 (09:10 -0600)
commitc7896b3e4892c9b5b5fb723c7f042b9b28e73af0
tree192e1c885abb0abff5cfa0466874c02cd925481d
parenta4345b19347915adeb2de9e94ed747c8c038029c
tools: u_boot_pylib: Allow to append input directories to indir

append_input_dirs() can be used to append a list of input directories to indir
global list.

Signed-off-by: Paul HENRYS <paul.henrys_ext@softathome.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
tools/u_boot_pylib/tools.py