kbuild: print only total number of section mismatces found
We have too many section mismatches detected at the moment. So silence modpost and prevent the option from being set in a typical allyesconfig build. Tell the user how to see all the deteils in the summary message from modpost. Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
This commit is contained in:
parent
9135f1901e
commit
e5f95c8b77
2 changed files with 8 additions and 9 deletions
|
|
@ -81,7 +81,7 @@ config HEADERS_CHECK
|
|||
|
||||
config DEBUG_SECTION_MISMATCH
|
||||
bool "Enable full Section mismatch analysis"
|
||||
default n
|
||||
depends on UNDEFINED
|
||||
help
|
||||
The section mismatch analysis checks if there are illegal
|
||||
references from one section to another section.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue