Arthur Heymans has submitted this change. ( https://review.coreboot.org/c/coreboot/+/81267?usp=email )
Change subject: src/Kconfig: Make it possible to override CCACHE in site-local ......................................................................
src/Kconfig: Make it possible to override CCACHE in site-local
The value for CCACHE in site-local/Kconfig gets overridden by the default in src/Kconfig. Remove the default to make overrides possible.
Change-Id: I6b9dbbb31caa3ef09afd7ecb355c01bd53807b39 Signed-off-by: Arthur Heymans arthur@aheymans.xyz Reviewed-on: https://review.coreboot.org/c/coreboot/+/81267 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Nico Huber nico.h@gmx.de --- M src/Kconfig 1 file changed, 0 insertions(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Nico Huber: Looks good to me, approved
diff --git a/src/Kconfig b/src/Kconfig index c895492..3a9a4e8 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -109,7 +109,6 @@
config CCACHE bool "Use ccache to speed up (re)compilation" - default n help Enables the use of ccache for faster builds.