Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit de933bd8 authored by Uwe Kleine-König's avatar Uwe Kleine-König Committed by Michal Marek
Browse files

kbuild: reenable section mismatch analysis



This was disabled in commit

	e5f95c8b (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: default avatarUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Acked-by: default avatarRandy Dunlap <rdunlap@xenotime.net>
Acked-by: default avatarMike Frysinger <vapier@gentoo.org>
Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
parent 3cbea436
Loading
Loading
Loading
Loading
+0 −4
Original line number Original line Diff line number Diff line
@@ -102,11 +102,7 @@ config HEADERS_CHECK


config DEBUG_SECTION_MISMATCH
config DEBUG_SECTION_MISMATCH
	bool "Enable full Section mismatch analysis"
	bool "Enable full Section mismatch analysis"
	depends on UNDEFINED || (BLACKFIN)
	default y
	default y
	# This option is on purpose disabled for now.
	# It will be enabled when we are down to a reasonable number
	# of section mismatch warnings (< 10 for an allyesconfig build)
	help
	help
	  The section mismatch analysis checks if there are illegal
	  The section mismatch analysis checks if there are illegal
	  references from one section to another section.
	  references from one section to another section.