Refactor Kconfig and Makefile, update KPROBES related configurations, simplify conditional compilation logic

This commit is contained in:
ShirkNeko
2025-04-17 19:46:14 +08:00
parent 140ebd196f
commit 28f006ed39
7 changed files with 78 additions and 61 deletions

View File

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