SCSI: fix queue cleanup race before queue initialization is done
[linux/fpc-iii.git] / fs / reiserfs / Makefile
blobbd29c58ccbd8accad9d179e2079705c32cc3debc
1 # SPDX-License-Identifier: GPL-2.0
3 # Makefile for the linux reiser-filesystem routines.
6 obj-$(CONFIG_REISERFS_FS) += reiserfs.o
8 reiserfs-objs := bitmap.o do_balan.o namei.o inode.o file.o dir.o fix_node.o \
9 super.o prints.o objectid.o lbalance.o ibalance.o stree.o \
10 hashes.o tail_conversion.o journal.o resize.o \
11 item_ops.o ioctl.o xattr.o lock.o
13 ifeq ($(CONFIG_REISERFS_PROC_INFO),y)
14 reiserfs-objs += procfs.o
15 endif
17 ifeq ($(CONFIG_REISERFS_FS_XATTR),y)
18 reiserfs-objs += xattr_user.o xattr_trusted.o
19 endif
21 ifeq ($(CONFIG_REISERFS_FS_SECURITY),y)
22 reiserfs-objs += xattr_security.o
23 endif
25 ifeq ($(CONFIG_REISERFS_FS_POSIX_ACL),y)
26 reiserfs-objs += xattr_acl.o
27 endif
29 TAGS:
30 etags *.c