aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2011-02-18 15:47:20 -0500
committerMichal Marek <mmarek@suse.cz>2011-02-24 09:26:43 -0500
commitde933bd833be1a53bd361c9a327afd3c65413351 (patch)
tree611a38a0c47d39c5249fe524938c1de4231cbc72 /lib
parent3cbea4366f17dcb22f3bf5f253eeb86b622d24d0 (diff)
kbuild: reenable section mismatch analysis
This was disabled in commit e5f95c8 (kbuild: print only total number of section mismatces found) because there were too many warnings. Now we're down to a reasonable number again, so we start scaring people with the details. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Acked-by: Randy Dunlap <rdunlap@xenotime.net> Acked-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'lib')
-rw-r--r--lib/Kconfig.debug4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index 2d05adb98401..8b6a4f13946f 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -102,11 +102,7 @@ config HEADERS_CHECK
102 102
103config DEBUG_SECTION_MISMATCH 103config DEBUG_SECTION_MISMATCH
104 bool "Enable full Section mismatch analysis" 104 bool "Enable full Section mismatch analysis"
105 depends on UNDEFINED || (BLACKFIN)
106 default y 105 default y
107 # This option is on purpose disabled for now.
108 # It will be enabled when we are down to a reasonable number
109 # of section mismatch warnings (< 10 for an allyesconfig build)
110 help 106 help
111 The section mismatch analysis checks if there are illegal 107 The section mismatch analysis checks if there are illegal
112 references from one section to another section. 108 references from one section to another section.