Author: oxygene
Date: Sat Mar 27 18:36:39 2010
New Revision: 5305
URL: https://tracker.coreboot.org/trac/coreboot/changeset/5305

Log:
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.geo...@coresystems.de>
Acked-by: Patrick Georgi <patrick.geo...@coresystems.de>

Modified:
   trunk/src/Kconfig

Modified: trunk/src/Kconfig
==============================================================================
--- trunk/src/Kconfig   Sat Mar 27 18:18:39 2010        (r5304)
+++ trunk/src/Kconfig   Sat Mar 27 18:36:39 2010        (r5305)
@@ -62,7 +62,6 @@
 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.

-- 
coreboot mailing list: coreboot@coreboot.org
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to