[PATCH v4 1/2] kbuild: Move U-Boot .incbin rules to Makefile.lib-u-boot

Rasmus Villemoes ravi at prevas.dk
Mon Apr 13 23:16:14 CEST 2026


On Mon, Apr 13 2026, Simon Glass <sjg at chromium.org> wrote:

> The font, splash-screen and EFI .incbin wrapper rules are U-Boot
> additions that do not exist in the upstream Linux kbuild. Keeping them
> in scripts/Makefile.lib makes re-syncing with Linux harder than it needs
> to be, as every sync must manually preserve the U-Boot additions.
>
> Move these rules into a new scripts/Makefile.lib-u-boot and include it
> from Makefile.build and Makefile.xpl, right after the existing
> Makefile.lib include.
>
> This is a pure code-move with no functional change.
>
> Suggested-by: Tom Rini <trini at konsulko.com>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> Acked-by: Ilias Apalodimas <ilias.apalodimas at linaro.org>

Reviewed-by: Rasmus Villemoes <ravi at prevas.dk>


More information about the U-Boot mailing list