diff options
Diffstat (limited to 'src/Kconfig')
-rw-r--r-- | src/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/Kconfig b/src/Kconfig index 5da2973d07..d9c46076ae 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -62,6 +62,7 @@ endchoice config SCANBUILD_ENABLE bool "Build with scan-build for static analysis" default n + depends on !CCACHE help Changes the build process to scan-build is used. Requires scan-build in path. @@ -73,6 +74,13 @@ config SCANBUILD_REPORT_LOCATION help Where the scan-build report should be stored +config CCACHE + bool "ccache" + default n + help + Enables the use of ccache for faster builds. + Requires ccache in path. + endmenu source src/mainboard/Kconfig |