Nico Huber has submitted this change. ( https://review.coreboot.org/c/coreboot/+/47637 )
Change subject: payloads: Pass $(CCACHE) on to in-tree payloads ......................................................................
payloads: Pass $(CCACHE) on to in-tree payloads
Change-Id: Ie15aec4059fbeb99f714c3d674df5fabdb7c081c Signed-off-by: Nico Huber nico.h@gmx.de Reviewed-on: https://review.coreboot.org/c/coreboot/+/47637 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Angel Pons th3fanbus@gmail.com --- M payloads/Makefile.inc 1 file changed, 2 insertions(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Angel Pons: Looks good to me, approved
diff --git a/payloads/Makefile.inc b/payloads/Makefile.inc index a8c0772..ec42143 100644 --- a/payloads/Makefile.inc +++ b/payloads/Makefile.inc @@ -29,9 +29,11 @@ payloads/external/LinuxBoot \ payloads/external/Yabits \
+payloads/coreinfo/build/coreinfo.elf coreinfo: export CCACHE := $(CCACHE) payloads/coreinfo/build/coreinfo.elf coreinfo: $(MAKE) -C payloads/coreinfo defaultbuild
+payloads/nvramcui/build/nvramcui.elf nvramcui: export CCACHE := $(CCACHE) payloads/nvramcui/build/nvramcui.elf nvramcui: $(MAKE) -C payloads/nvramcui