diff options
author | Patrick Georgi <patrick.georgi@coresystems.de> | 2010-03-27 17:36:39 +0000 |
---|---|---|
committer | Patrick Georgi <patrick.georgi@coresystems.de> | 2010-03-27 17:36:39 +0000 |
commit | f733d4754438f7289dd84d19871c7fe0a322801e (patch) | |
tree | e0f0ed61021a6510adb08754da9eb36d76e5ac1d | |
parent | 51e142fef4c47b6ba30b9aaf5f3fcf34c781b59a (diff) | |
download | coreboot-f733d4754438f7289dd84d19871c7fe0a322801e.tar.xz |
ccache and scan-build actually work together, so remove the
restriction that tells Kconfig not to allow that setup.
It's not particularily useful, as scan-build totally dominates
the gcc runtime, but well..
Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Patrick Georgi <patrick.georgi@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5305 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r-- | src/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Kconfig b/src/Kconfig index d9c46076ae..e4b4e0377a 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -62,7 +62,6 @@ 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. |