Files
linux-apfs/fs/f2fs/Makefile
T

10 lines
359 B
Makefile
Raw Normal View History

2012-11-02 17:25:27 +09:00
obj-$(CONFIG_F2FS_FS) += f2fs.o
2013-11-10 23:13:19 +08:00
f2fs-y := dir.o file.o inode.o namei.o hash.o super.o inline.o
2012-11-02 17:25:27 +09:00
f2fs-y += checkpoint.o gc.o data.o node.o segment.o recovery.o
f2fs-y += shrinker.o extent_cache.o
2012-11-02 17:25:27 +09:00
f2fs-$(CONFIG_F2FS_STAT_FS) += debug.o
f2fs-$(CONFIG_F2FS_FS_XATTR) += xattr.o
f2fs-$(CONFIG_F2FS_FS_POSIX_ACL) += acl.o
2014-12-17 19:45:05 -08:00
f2fs-$(CONFIG_F2FS_IO_TRACE) += trace.o