Home
last modified time | relevance | path

Searched hist:ad3d1991 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/um/kernel/
H A DMakefilead3d1991 Mon Mar 15 17:47:31 CDT 2021 Johannes Berg <johannes.berg@intel.com> um: Disable CONFIG_GCOV with MODULES

CONFIG_GCOV doesn't work with modules, and for various reasons
it cannot work, see also
https://lore.kernel.org/r/d36ea54d8c0a8dd706826ba844a6f27691f45d55.camel@sipsolutions.net

Make CONFIG_GCOV depend on !MODULES to avoid anyone
running into issues there. This also means we need
not export the gcov symbols.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Richard Weinberger <richard@nod.at>