From 557c24d082b6ecb9bfe5407b77ae43fa7650a5dc Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 17 Feb 2023 11:02:20 +0000 Subject: [PATCH] add eDP LVDS PCIE WIFI6 --- 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