From f733d4754438f7289dd84d19871c7fe0a322801e Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Sat, 27 Mar 2010 17:36:39 +0000 Subject: 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 Acked-by: Patrick Georgi git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5305 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/Kconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Kconfig') 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. -- cgit v1.2.3