From 37f238f674467b8286c4535c87d225a6b00ad8f5 Mon Sep 17 00:00:00 2001 From: ShirkNeko <109797057+ShirkNeko@users.noreply.github.com> Date: Thu, 12 Jun 2025 15:55:49 +0800 Subject: [PATCH] =?UTF-8?q?kernel:=20=E7=A7=BB=E9=99=A4=20Makefile=20?= =?UTF-8?q?=E4=B8=AD=E4=B8=8D=E5=BF=85=E8=A6=81=E7=9A=84=E7=AD=BE=E5=90=8D?= =?UTF-8?q?=E5=86=99=E5=85=A5=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kernel/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/kernel/Makefile b/kernel/Makefile index 2fcf7a6e..78b72918 100644 --- a/kernel/Makefile +++ b/kernel/Makefile @@ -59,10 +59,6 @@ else $(info -- KPM is disabled) endif -# 写入签名 -ccflags-y += -DEXPECTED_SIZE=$(KSU_EXPECTED_SIZE) -ccflags-y += -DEXPECTED_HASH=\"$(KSU_EXPECTED_HASH)\" - # SELinux 驱动程序检查 ifeq ($(shell grep -q "current_sid(void)" $(srctree)/security/selinux/include/objsec.h; echo $$?),0) ccflags-y += -DKSU_COMPAT_HAS_CURRENT_SID