From 2a9a9d4f6c07f2f23b663fe5fbeac1168a5d1029 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Tue, 07 Nov 2023 06:19:50 +0000 Subject: [PATCH] support uboot change LCD parameter --- kernel/Makefile | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/kernel/Makefile b/kernel/Makefile index 2b71b24..995bb8c 100644 --- a/kernel/Makefile +++ b/kernel/Makefile @@ -463,6 +463,7 @@ -fno-strict-aliasing -fno-common -fshort-wchar \ -Werror-implicit-function-declaration \ -Werror=return-type -Wno-format-security \ + -w \ -std=gnu89 KBUILD_CPPFLAGS := -D__KERNEL__ KBUILD_AFLAGS_KERNEL := -- Gitblit v1.6.2