From 32a7374a32805cea2ebc69e6ea8f2d8ee208b54f Mon Sep 17 00:00:00 2001 From: "Mauro (mdrjr) Ribeiro" Date: Sun, 17 Apr 2022 17:51:23 -0300 Subject: [PATCH] Makefile: patch to build on gcc-11 Change-Id: I36004f3b68898e56011d037107ff56eb7d7c443d --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)