1 # SPDX-License-Identifier: GPL-2.0 << 2 # 1 # 3 # Makefile for the Linux JFS filesystem routin 2 # Makefile for the Linux JFS filesystem routines. 4 # 3 # 5 4 6 obj-$(CONFIG_JFS_FS) += jfs.o 5 obj-$(CONFIG_JFS_FS) += jfs.o 7 6 8 jfs-y := super.o file.o inode.o namei.o jfs 7 jfs-y := super.o file.o inode.o namei.o jfs_mount.o jfs_umount.o \ 9 jfs_xtree.o jfs_imap.o jfs_debug.o 8 jfs_xtree.o jfs_imap.o jfs_debug.o jfs_dmap.o \ 10 jfs_unicode.o jfs_dtree.o jfs_inod !! 9 jfs_unicode.o jfs_dtree.o jfs_inode.o \ 11 jfs_extent.o symlink.o jfs_metapag 10 jfs_extent.o symlink.o jfs_metapage.o \ 12 jfs_logmgr.o jfs_txnmgr.o \ !! 11 jfs_logmgr.o jfs_txnmgr.o jfs_uniupr.o \ 13 resize.o xattr.o ioctl.o 12 resize.o xattr.o ioctl.o 14 13 15 jfs-$(CONFIG_JFS_POSIX_ACL) += acl.o 14 jfs-$(CONFIG_JFS_POSIX_ACL) += acl.o >> 15 >> 16 EXTRA_CFLAGS += -D_JFS_4K
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.