diff --git a/Makefile b/Makefile index fb15dd8f8d6a..6c140c045e32 100644 --- a/Makefile +++ b/Makefile @@ -388,7 +388,7 @@ KBUILD_AFLAGS := -D__ASSEMBLY__ KBUILD_CFLAGS := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \ -fno-strict-aliasing -fno-common -fshort-wchar \ -Werror-implicit-function-declaration \ - -Wno-format-security \ + -Wno-format-security -Wno-misleading-indentation \ -Werror \ -std=gnu89 $(call cc-option,-fno-PIE)