You've already forked KernelSU
mirror of
https://github.com/tiann/KernelSU.git
synced 2025-08-27 23:46:34 +00:00
update
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
# Makefile for the overlay filesystem.
|
# Makefile for the overlay filesystem.
|
||||||
#
|
#
|
||||||
|
|
||||||
obj-$(CONFIG_OVERLAY_FS) += overlay.o
|
obj-y += ksufs.o
|
||||||
|
|
||||||
overlay-objs := super.o namei.o util.o inode.o file.o dir.o readdir.o \
|
ksufs-objs := super.o namei.o util.o inode.o file.o dir.o readdir.o \
|
||||||
copy_up.o export.o
|
copy_up.o export.o
|
||||||
|
|||||||
@@ -48,4 +48,13 @@ ksu_ovl_getattr:
|
|||||||
|
|
||||||
if (err)
|
if (err)
|
||||||
|
|
||||||
if (true)
|
if (true)
|
||||||
|
|
||||||
|
## Step5
|
||||||
|
|
||||||
|
Makefile:
|
||||||
|
|
||||||
|
obj-y += ksufs.o
|
||||||
|
|
||||||
|
ksufs-objs := super.o namei.o util.o inode.o file.o dir.o readdir.o \
|
||||||
|
copy_up.o export.o
|
||||||
Reference in New Issue
Block a user