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

@@ -70,7 +70,7 @@
#endif
#else
#ifdef CONFIG_KSU_HOOK_KPROBES
#ifdef CONFIG_KSU_KPROBES_HOOK
#error "Unsupported arch"
#endif
#endif