manager: add KPM module with control codes and compact symbol handling

This commit is contained in:
ShirkNeko
2025-03-29 21:04:54 +08:00
parent 6e24d427d2
commit 8972327faa
9 changed files with 1104 additions and 0 deletions

View File

@@ -16,6 +16,9 @@ ccflags-y += -I$(objtree)/security/selinux -include $(srctree)/include/uapi/asm-
obj-$(CONFIG_KSU) += kernelsu.o
obj-y += kpm/
# .git is a text file while the module is imported by 'git submodule add'.
ifeq ($(shell test -e $(srctree)/$(src)/../.git; echo $$?),0)
$(shell cd $(srctree)/$(src); /usr/bin/env PATH="$$PATH":/usr/bin:/usr/local/bin [ -f ../.git/shallow ] && git fetch --unshallow)