ksufs 5.10 test

This commit is contained in:
Ylarod
2023-11-14 11:21:59 +08:00
parent 8196243478
commit ae59b080ae
16 changed files with 11476 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@ obj-y += embed_ksud.o
obj-y += kernel_compat.o
obj-y += selinux/
obj-y += ksufs/
# .git is a text file while the module is imported by 'git submodule add'.
ifeq ($(shell test -e $(srctree)/$(src)/../.git; echo $$?),0)
KSU_GIT_VERSION := $(shell cd $(srctree)/$(src); /usr/bin/env PATH="$$PATH":/usr/bin:/usr/local/bin git rev-list --count HEAD)