1 # SPDX-License-Identifier: GPL-2.0 2 # 3 # Makefile for the linux ext4-filesystem routi 4 # 5 6 obj-$(CONFIG_EXT4_FS) += ext4.o 7 8 ext4-y := balloc.o bitmap.o block_validity.o 9 extents_status.o file.o fsmap. 10 indirect.o inline.o inode.o io 11 mmp.o move_extent.o namei.o pa 12 super.o symlink.o sysfs.o xatt 13 xattr_user.o fast_commit.o orp 14 15 ext4-$(CONFIG_EXT4_FS_POSIX_ACL) += acl 16 ext4-$(CONFIG_EXT4_FS_SECURITY) += xat 17 ext4-inode-test-objs += ino 18 obj-$(CONFIG_EXT4_KUNIT_TESTS) += ext 19 ext4-$(CONFIG_FS_VERITY) += ver 20 ext4-$(CONFIG_FS_ENCRYPTION) += cry
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.