From e6ab316063efe269dbc459a0a7939fb55abd8c44 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Wed, 15 Feb 2023 05:39:26 +0000 Subject: [PATCH] add wifi 4g uart0,3,4,5,7,9 --- kernel/Makefile | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/kernel/Makefile b/kernel/Makefile index 2b71b24..8431633 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