On 2026-05-04T13:20:27, Quentin Schulz <[email protected]> wrote: > kbuild: respect CONFIG_WERROR for linker and assembler > > [ Upstream commit ec4a3992bc0b5b659eceb44a9f8582b26f2c8489 ] > > Original commit log: > > The linker and assembler do not share the compiler flags. > > Make sure they also fail on warnings with CONFIG_WERROR and W=e. > > Signed-off-by: Quentin Schulz <[email protected]> > > scripts/Makefile.extrawarn | 2 ++ > 1 file changed, 2 insertions(+)
Reviewed-by: Simon Glass <[email protected]>

