Messages in this thread |  | | | Subject | Re: [PATCH] unhide CONFIG_DEBUG_SECTION_MISMATCH | | From | Roland Dreier <> | | Date | Thu, 14 Feb 2008 12:57:41 -0800 |
| |
> I can indeed try to re-make, passing CONFIG_DEBUG_SECTION_MISMATCH=y on the > command line, but I can't turn on the option in my .config. That's because > the option depends on "UNDEFINED". (Was that an attempt to "hide" the > option? Why?) The following small patch allows me to set the option in my > .config.
It seems this was intentional, see the log for e5f95c8b:
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>
|  |