Arthur Heymans has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/33198 )
Change subject: Makefile.inc: Add a class 'all' to link files in all stage except SMM ......................................................................
Patch Set 9:
(1 comment)
https://review.coreboot.org/c/coreboot/+/33198/7/src/arch/x86/Makefile.inc File src/arch/x86/Makefile.inc:
https://review.coreboot.org/c/coreboot/+/33198/7/src/arch/x86/Makefile.inc@1... PS7, Line 117: bootblock-srcs += $(all-srcs)
I don't think it can work like this. `*-srcs` is declared with `:=`, so […]
Done