Fixed misspelling of CONFIG_KSU_HOOK_KPROBES to CONFIG_KSU_KPROBES_HOOK in Makefile and related files.

This commit is contained in:
ShirkNeko
2025-05-17 18:33:29 +08:00
parent a5d6978b32
commit 95c47b8602
6 changed files with 24 additions and 24 deletions

View File

@@ -1447,7 +1447,7 @@ void __init ksu_core_init(void)
void ksu_core_exit(void)
{
#ifdef CONFIG_KSU_HOOK_KPROBES
#ifdef CONFIG_KSU_KPROBES_HOOK
pr_info("ksu_core_kprobe_exit\n");
// we dont use this now
// ksu_kprobe_exit();