[PATCH v8 4/6] kbuild: Support a MAKE_FIT_FLAGS environment variable
Thomas Weißschuh
thomas.weissschuh at linutronix.de
Mon Dec 29 03:16:10 PST 2025
On Sat, Dec 27, 2025 at 07:21:48AM -0700, Simon Glass wrote:
> In some cases it is useful to be able to pass additional flags to the
> make_fit.py script. For example, since ramdisks are typically large,
> passing -E to use external data can be helpful.
>
> Add a new MAKE_FIT_FLAGS variable for this.
The new variable's name is a bit inconsistent with the other ones.
I would have used `FIT_EXTRA_ARGUMENTS` or such.
> Signed-off-by: Simon Glass <sjg at chromium.org>
In any case:
Reviewed-by: Thomas Weißschuh <thomas.weissschuh at linutronix.de>
More information about the linux-arm-kernel
mailing list