Silence TRIM_UNUSED_KSYMS prompt when using certain combinations with futex2. This option can break out of tree module compilation when enabled so this is undersirable.

master
Tk-Glitch 2021-05-07 17:32:00 +07:00
parent e8fcdcc02e
commit f748589016
1 changed files with 2 additions and 1 deletions

@ -628,7 +628,8 @@ CONFIG_PAHOLE_HAS_SPLIT_BTF=y\n
CONFIG_DEBUG_INFO_BTF_MODULES=y\n
# CONFIG_DEBUG_FORCE_FUNCTION_ALIGN_32B is not set\n
# CONFIG_WIRELESS_WDS is not set\n
# CONFIG_UNWINDER_GUESS is not set" >> ./.config
# CONFIG_UNWINDER_GUESS is not set\n
# CONFIG_TRIM_UNUSED_KSYMS is not set">> ./.config
fi
echo "CONFIG_CMDLINE=\"${_custom_commandline}\"" >> ./.config
echo "# CONFIG_CMDLINE_OVERRIDE is not set" >> ./.config