xref: /OK3568_Linux_fs/kernel/fs/f2fs/Makefile (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun# SPDX-License-Identifier: GPL-2.0
2*4882a593Smuzhiyunobj-$(CONFIG_F2FS_FS) += f2fs.o
3*4882a593Smuzhiyun
4*4882a593Smuzhiyunf2fs-y		:= dir.o file.o inode.o namei.o hash.o super.o inline.o
5*4882a593Smuzhiyunf2fs-y		+= checkpoint.o gc.o data.o node.o segment.o recovery.o
6*4882a593Smuzhiyunf2fs-y		+= shrinker.o extent_cache.o sysfs.o
7*4882a593Smuzhiyunf2fs-$(CONFIG_F2FS_STAT_FS) += debug.o
8*4882a593Smuzhiyunf2fs-$(CONFIG_F2FS_FS_XATTR) += xattr.o
9*4882a593Smuzhiyunf2fs-$(CONFIG_F2FS_FS_POSIX_ACL) += acl.o
10*4882a593Smuzhiyunf2fs-$(CONFIG_FS_VERITY) += verity.o
11*4882a593Smuzhiyunf2fs-$(CONFIG_F2FS_FS_COMPRESSION) += compress.o
12