summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPatrick Georgi <patrick.georgi@coresystems.de>2010-03-27 17:36:39 +0000
committerPatrick Georgi <patrick.georgi@coresystems.de>2010-03-27 17:36:39 +0000
commitf733d4754438f7289dd84d19871c7fe0a322801e (patch)
treee0f0ed61021a6510adb08754da9eb36d76e5ac1d /src
parent51e142fef4c47b6ba30b9aaf5f3fcf34c781b59a (diff)
downloadcoreboot-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
Diffstat (limited to 'src')
-rw-r--r--src/Kconfig1
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.