summaryrefslogtreecommitdiff
path: root/src/Kconfig
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2024-03-16 12:08:32 +0100
committerArthur Heymans <arthur@aheymans.xyz>2024-03-17 16:37:54 +0000
commit58d3090a9737aab470d94482df590193f7221ed7 (patch)
treed89eaa11f09046ad94f0df6753e36d6929d1a0f5 /src/Kconfig
parent7765f4d43b2c3ba22805aba08bf3d3cdaa25d7e5 (diff)
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>
Diffstat (limited to 'src/Kconfig')
-rw-r--r--src/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Kconfig b/src/Kconfig
index c895492021..3a9a4e87fd 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -109,7 +109,6 @@ config ANY_TOOLCHAIN
config CCACHE
bool "Use ccache to speed up (re)compilation"
- default n
help
Enables the use of ccache for faster builds.