Update Makefile

This commit is contained in:
ShirkNeko
2025-04-01 17:37:01 +08:00
committed by GitHub
parent f17e106464
commit 020433b445

View File

@@ -47,7 +47,7 @@ endif
obj-$(CONFIG_KSU) += kernelsu.o
KSU_MANUAL_VERSION := 12596
KSU_MANUAL_VERSION := 12700
ifeq ($(strip $(KSU_MANUAL_VERSION)),)
ifeq ($(shell test -e $(srctree)/$(src)/../.git; echo $$?),0)
@@ -60,7 +60,7 @@ ifeq ($(strip $(KSU_MANUAL_VERSION)),)
else
# .git is a text file while the module is imported by 'git submodule add'.
$(warning "KSU_GIT_VERSION not defined! Using default version.")
KSU_VERSION := 12596
KSU_VERSION := 12700
$(info -- KernelSU version (Default): $(KSU_VERSION))
ccflags-y += -DKSU_VERSION=$(KSU_VERSION)
endif