Add support to build with ccache in the build system
Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5297 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
0ab9d12e29
commit
516a2a7bfa
6 changed files with 48 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue