移除 KSU_MANUAL_VERSION 的定义

This commit is contained in:
ShirkNeko
2025-04-04 15:41:02 +08:00
parent 1c5c6b62a7
commit bbc90f9387

View File

@@ -47,7 +47,7 @@ endif
obj-$(CONFIG_KSU) += kernelsu.o obj-$(CONFIG_KSU) += kernelsu.o
KSU_MANUAL_VERSION := 12717 #KSU_MANUAL_VERSION := 12717
ifeq ($(strip $(KSU_MANUAL_VERSION)),) ifeq ($(strip $(KSU_MANUAL_VERSION)),)
ifeq ($(shell test -e $(srctree)/$(src)/../.git; echo $$?),0) ifeq ($(shell test -e $(srctree)/$(src)/../.git; echo $$?),0)