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>
This commit is contained in:
parent
7765f4d43b
commit
58d3090a97
1 changed files with 0 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue