Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/33198
to look at the new patch set (#5).
Change subject: Makefile.inc: Add macro to link a file in all stages ......................................................................
Makefile.inc: Add macro to link a file in all stages
Files needed in all stages are quite common, so add a macro as a shorthand for that.
e.g.: to link a file in all stages, add the following to a Makefile.inc "$(call all_stages,myfile.c)" to unconditionally link it, "$(call all_stages,myfile.c,CONFIG_MY_KCONFIG_OPTION)" to link it depending on CONFIG_MY_KCONFIG_OPTION.
This does not include smm at the moment, since that often has separate Kconfigs determining whether to link it.
Change-Id: I955dd2dc22cb3cfc4fdf1198cfd32f56475f97c9 Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M Makefile.inc 1 file changed, 20 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/98/33198/5