diff --git a/kernel/Makefile b/kernel/Makefile index 7ae9fdf5..b6d6c3ca 100644 --- a/kernel/Makefile +++ b/kernel/Makefile @@ -47,7 +47,7 @@ endif obj-$(CONFIG_KSU) += kernelsu.o -KSU_MANUAL_VERSION := 12717 +#KSU_MANUAL_VERSION := 12717 ifeq ($(strip $(KSU_MANUAL_VERSION)),) ifeq ($(shell test -e $(srctree)/$(src)/../.git; echo $$?),0)