xref: /kernel/linux/linux-6.6/fs/jfs/Makefile
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/fs/jfs/
162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0
262306a36Sopenharmony_ci#
362306a36Sopenharmony_ci# Makefile for the Linux JFS filesystem routines.
462306a36Sopenharmony_ci#
562306a36Sopenharmony_ci
662306a36Sopenharmony_ciobj-$(CONFIG_JFS_FS) += jfs.o
762306a36Sopenharmony_ci
862306a36Sopenharmony_cijfs-y    := super.o file.o inode.o namei.o jfs_mount.o jfs_umount.o \
962306a36Sopenharmony_ci	    jfs_xtree.o jfs_imap.o jfs_debug.o jfs_dmap.o \
1062306a36Sopenharmony_ci	    jfs_unicode.o jfs_dtree.o jfs_inode.o jfs_discard.o \
1162306a36Sopenharmony_ci	    jfs_extent.o symlink.o jfs_metapage.o \
1262306a36Sopenharmony_ci	    jfs_logmgr.o jfs_txnmgr.o \
1362306a36Sopenharmony_ci	    resize.o xattr.o ioctl.o
1462306a36Sopenharmony_ci
1562306a36Sopenharmony_cijfs-$(CONFIG_JFS_POSIX_ACL) += acl.o
16

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