linux (Generic): disable CONFIG_OBJTOOL_WERROR

The update to 6.15 sneaked in the non-default OBJTOOL_WERROR config
which breaks nvidia builds. Stick to linux defconfig to fix that.

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2025-06-13 13:29:35 +02:00
parent cf024857ec
commit 577d9b55b0

View File

@ -7399,7 +7399,7 @@ CONFIG_SECTION_MISMATCH_WARN_ONLY=y
CONFIG_ARCH_WANT_FRAME_POINTERS=y
CONFIG_FRAME_POINTER=y
CONFIG_OBJTOOL=y
CONFIG_OBJTOOL_WERROR=y
# CONFIG_OBJTOOL_WERROR is not set
CONFIG_STACK_VALIDATION=y
# CONFIG_VMLINUX_MAP is not set
# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set