ccache and scan-build actually work together, so remove the
authorPatrick Georgi <patrick.georgi@coresystems.de>
Sat, 27 Mar 2010 17:36:39 +0000 (17:36 +0000)
committerPatrick Georgi <patrick.georgi@coresystems.de>
Sat, 27 Mar 2010 17:36:39 +0000 (17:36 +0000)
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

src/Kconfig

index d9c46076aecc3078ae23268bb4b51e40a19dd292..e4b4e0377a4b2c3dd176676083c0c1d7be7d18fc 100644 (file)
@@ -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.