xref: /kernel/linux/linux-6.6/fs/f2fs/Makefile
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/fs/f2fs/
162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0
262306a36Sopenharmony_ciobj-$(CONFIG_F2FS_FS) += f2fs.o
362306a36Sopenharmony_ci
462306a36Sopenharmony_cif2fs-y		:= dir.o file.o inode.o namei.o hash.o super.o inline.o
562306a36Sopenharmony_cif2fs-y		+= checkpoint.o gc.o data.o node.o segment.o recovery.o
662306a36Sopenharmony_cif2fs-y		+= shrinker.o extent_cache.o sysfs.o
762306a36Sopenharmony_cif2fs-$(CONFIG_F2FS_STAT_FS) += debug.o
862306a36Sopenharmony_cif2fs-$(CONFIG_F2FS_FS_XATTR) += xattr.o
962306a36Sopenharmony_cif2fs-$(CONFIG_F2FS_FS_POSIX_ACL) += acl.o
1062306a36Sopenharmony_cif2fs-$(CONFIG_FS_VERITY) += verity.o
1162306a36Sopenharmony_cif2fs-$(CONFIG_F2FS_FS_COMPRESSION) += compress.o
1262306a36Sopenharmony_cif2fs-$(CONFIG_F2FS_IOSTAT) += iostat.o
13

Indexes created Thu Nov 07 10:32:03 CST 2024