Arthur Heymans has uploaded this change for review. ( 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 overriden by the default in src/Kconfig. Remove the default to make overrides possible.
Change-Id: I6b9dbbb31caa3ef09afd7ecb355c01bd53807b39 Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M src/Kconfig 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/67/81267/1
diff --git a/src/Kconfig b/src/Kconfig index 2afb9db..59df165 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -113,7 +113,6 @@
config CCACHE bool "Use ccache to speed up (re)compilation" - default n help Enables the use of ccache for faster builds.