Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 #
0003 # Makefile for the Linux JFS filesystem routines.
0004 #
0005 
0006 obj-$(CONFIG_JFS_FS) += jfs.o
0007 
0008 jfs-y    := super.o file.o inode.o namei.o jfs_mount.o jfs_umount.o \
0009             jfs_xtree.o jfs_imap.o jfs_debug.o jfs_dmap.o \
0010             jfs_unicode.o jfs_dtree.o jfs_inode.o jfs_discard.o \
0011             jfs_extent.o symlink.o jfs_metapage.o \
0012             jfs_logmgr.o jfs_txnmgr.o jfs_uniupr.o \
0013             resize.o xattr.o ioctl.o
0014 
0015 jfs-$(CONFIG_JFS_POSIX_ACL) += acl.o