Update Makefile

This commit is contained in:
樱檩殇雪
2025-03-17 03:32:06 +08:00
committed by GitHub
parent 6ee2e85be5
commit 597af36836

View File

@@ -45,7 +45,7 @@ endif
obj-$(CONFIG_KSU) += kernelsu.o
KSU_MANUAL_VERSION := 12501
KSU_MANUAL_VERSION := 12502
ifeq ($(strip $(KSU_MANUAL_VERSION)),)
ifeq ($(shell test -e $(srctree)/$(src)/../.git; echo $$?),0)
@@ -58,7 +58,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 := 12501
KSU_VERSION := 12502
$(info -- KernelSU version (Default): $(KSU_VERSION))
ccflags-y += -DKSU_VERSION=$(KSU_VERSION)
endif