On 2026-05-04T13:20:27, Quentin Schulz <[email protected]> wrote: > kbuild: align W=e with CONFIG_WERROR > > [ Upstream commit f852ce052a8b78d6fade371bd1fad583541e78fa ] > > Original commit log: > > CONFIG_WERROR sets KBUILD_CPPFLAGS while W=e would only set KBUILD_CFLAGS. > > As a preparation to unify the two mechanism, align their effects. > > While at it, add some alignment whitespace to prepare for later additions > to the list of changed variables. > > Signed-off-by: Quentin Schulz <[email protected]> > > scripts/Makefile.extrawarn | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass <[email protected]>

