Fixed link typo in kernel/Makefile (#1564)

I spotted this typo when building the Kernel.
This commit is contained in:
P. Thịnh
2024-03-30 21:16:46 +07:00
committed by GitHub
parent a43dddf6f1
commit 13ae650445

View File

@@ -60,7 +60,7 @@ ifeq ($(shell grep -q "int path_umount" $(srctree)/fs/namespace.c; echo $$?),0)
ccflags-y += -DKSU_UMOUNT ccflags-y += -DKSU_UMOUNT
else else
$(info -- Did you know you can backport path_umount to fs/namespace.c from 5.9?) $(info -- Did you know you can backport path_umount to fs/namespace.c from 5.9?)
$(info -- Read: https://kernelsu.org/guide/how-to-integrate-for-non-gki.html#how-to-backport-path_umount) $(info -- Read: https://kernelsu.org/guide/how-to-integrate-for-non-gki.html#how-to-backport-path-umount)
endif endif
ccflags-y += -Wno-implicit-function-declaration -Wno-strict-prototypes -Wno-int-conversion -Wno-gcc-compat ccflags-y += -Wno-implicit-function-declaration -Wno-strict-prototypes -Wno-int-conversion -Wno-gcc-compat