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 O_TARGET := jfs.o 7 !! 6 obj-y := super.o file.o inode.o namei.o jfs_mount.o jfs_umount.o \ 8 jfs-y := super.o file.o inode.o namei.o jfs << 9 jfs_xtree.o jfs_imap.o jfs_debug.o 7 jfs_xtree.o jfs_imap.o jfs_debug.o jfs_dmap.o \ 10 jfs_unicode.o jfs_dtree.o jfs_inod !! 8 jfs_unicode.o jfs_dtree.o jfs_inode.o \ 11 jfs_extent.o symlink.o jfs_metapag 9 jfs_extent.o symlink.o jfs_metapage.o \ 12 jfs_logmgr.o jfs_txnmgr.o \ !! 10 jfs_logmgr.o jfs_txnmgr.o jfs_uniupr.o resize.o xattr.o 13 resize.o xattr.o ioctl.o !! 11 obj-m := $(O_TARGET) >> 12 >> 13 EXTRA_CFLAGS += -D_JFS_4K 14 14 15 jfs-$(CONFIG_JFS_POSIX_ACL) += acl.o !! 15 include $(TOPDIR)/Rules.make
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.