[PATCH] kbuild: move PBL_CODE_SIZE_ out of rule_pblb
Sascha Hauer
s.hauer at pengutronix.de
Mon Aug 25 22:08:44 PDT 2025
On Mon, 25 Aug 2025 15:18:06 +0200, Sascha Hauer wrote:
> Before Commit 21613ae35f ("kbuild: images/Makefile: fix broken if_changed usage")
> setting of PBL_CODE_SIZE_$*, PBL_MEMORY_SIZE_$* and PBL_IMAGE_SIZE_$*
> were part of the
>
> $(obj)/%.pblb: $(obj)/%.pbl FORCE
>
> rule which was always executed due to the FORCE. Beginning with this
> commit setting of these variables are part of rule_pblb which is only
> executed when the pblb file is (re-)generated. In case the pblb is still
> up to date this results in the variables being unset which then fails
> in later stages.
>
> [...]
Applied, thanks!
[1/1] kbuild: move PBL_CODE_SIZE_ out of rule_pblb
https://git.pengutronix.de/cgit/barebox/commit/?id=60e1a583fd11 (link may not be stable)
Best regards,
--
Sascha Hauer <s.hauer at pengutronix.de>
More information about the barebox
mailing list