commit | 339ee37d54d2e0b68849a136037c859e00b86ff7 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Tue Apr 16 09:35:24 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Apr 29 10:53:38 2024 -0600 |
tree | 87d7b24ae85498c457b20cf2c09765d893646ddf | |
parent | 5fa78e074119a4d9ce0ad69417fca459784e29cf [diff] |
Makefile: don't add -Wno-maybe-uninitialized twice Avoid adding the same flag to KBUILD_CFLAGS twice. Fixes: 8602d97ca2cf ("Makefile: avoid false positive -Wmaybe-uninitialized") Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>