[PATCH 2/4] Makefile: clang: fix typo in -Wno-typdef-redefinition flag
Ahmad Fatoum
a.fatoum at pengutronix.de
Mon Feb 17 02:46:09 PST 2025
The file was not used so far, so the typo wasn't noticed. A later
commit is going to change that, so prepare for it by fixing the typo.
Fixes: f41c4d7c5649 ("Makefile: add LLVM/clang support")
Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
scripts/Makefile.clang | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/Makefile.clang b/scripts/Makefile.clang
index c0302ff82670..874110ea83ad 100644
--- a/scripts/Makefile.clang
+++ b/scripts/Makefile.clang
@@ -1,5 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-only
-CLANG_FLAGS += -Wno-typdef-redefinition
+CLANG_FLAGS += -Wno-typedef-redefinition
CLANG_FLAGS += -Werror=unknown-warning-option
CLANG_FLAGS += -Werror=ignored-optimization-argument
CLANG_FLAGS += -Werror=option-ignored
--
2.39.5
More information about the barebox
mailing list