This commit is contained in:
Ylarod
2023-11-14 11:58:21 +08:00
parent ae59b080ae
commit e23f15aeb6
2 changed files with 12 additions and 3 deletions

View File

@@ -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

View File

@@ -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