mirror of
https://github.com/tiann/KernelSU.git
synced 2025-02-20 11:43:32 +08:00
update
This commit is contained in:
parent
ae59b080ae
commit
e23f15aeb6
@ -3,7 +3,7 @@
|
||||
# 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
|
||||
|
@ -48,4 +48,13 @@ ksu_ovl_getattr:
|
||||
|
||||
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
|
Loading…
x
Reference in New Issue
Block a user