Update Makefile

This commit is contained in:
ShirkNeko
2025-03-20 00:23:31 +08:00
committed by GitHub
parent a27264b23d
commit 679f8c0f4e

View File

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