On 2026-05-04T13:20:27, Quentin Schulz <[email protected]> wrote: > scripts/Makefile.extrawarn: handle CONFIG_WERROR in U-Boot-specific file > > This is not something that is in Linux kernel in v5.1, nor in v6.1 which > will be the next sync. Since the next sync will be importing > scripts/Makefile.extrawarn directly instead of backporting individual > patches, CONFIG_WERROR handling would be gone. > > Move the CONFIG_WERROR handling to the U-Boot-specific file such that it > doesn't get removed during the next sync. > > Signed-off-by: Quentin Schulz <[email protected]> > > scripts/Makefile.extrawarn | 3 --- > scripts/Makefile.extrawarn.u-boot | 3 +++ > 2 files changed, 3 insertions(+), 3 deletions(-)
Reviewed-by: Simon Glass <[email protected]>

