Attention is currently required from: Julius Werner, Subrata Banik.
Raul Rangel has posted comments on this change by Subrata Banik. ( https://review.coreboot.org/c/coreboot/+/82687?usp=email )
Change subject: libpayload: Include libpayload-config.h in lib target ......................................................................
Patch Set 1:
(1 comment)
File payloads/libpayload/Makefile.mk:
https://review.coreboot.org/c/coreboot/+/82687/comment/d1520155_b1e04b96?usp... : PS1, Line 118: $(obj)/libpayload.ldscript: arch/$(ARCHDIR-y)/libpayload.ldscript I think you still need to declare `$(obj)/libpayload-config.h` as a dependency here. The `CFLAGS` have `-include include/kconfig.h`, and `kconfig.h` has `#include <libpayload-config.h>`