From 80a9ec1498329c0589228fd290973a309e67824f Mon Sep 17 00:00:00 2001 From: ShirkNeko <109797057+ShirkNeko@users.noreply.github.com> Date: Sat, 12 Apr 2025 14:43:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Makefile=EF=BC=8C=E5=B0=86?= =?UTF-8?q?=20super=5Faccess.c=20=E6=9B=B4=E6=94=B9=E4=B8=BA=20super=5Facc?= =?UTF-8?q?ess.o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kernel/kpm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/kpm/Makefile b/kernel/kpm/Makefile index 7527fd96..3f75542d 100644 --- a/kernel/kpm/Makefile +++ b/kernel/kpm/Makefile @@ -1,6 +1,6 @@ obj-y += kpm.o obj-y += compact.o -obj-y += super_access.c +obj-y += super_access.o ccflags-y += -Wno-implicit-function-declaration -Wno-strict-prototypes -Wno-int-conversion -Wno-gcc-compat ccflags-y += -Wno-declaration-after-statement -Wno-unused-function \ No newline at end of file