xref: /linux-6.12.1/fs/reiserfs/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SPDX-License-Identifier: GPL-2.0
2#
3# Makefile for the linux reiser-filesystem routines.
4#
5
6obj-$(CONFIG_REISERFS_FS) += reiserfs.o
7
8reiserfs-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
12
13ifeq ($(CONFIG_REISERFS_PROC_INFO),y)
14reiserfs-objs += procfs.o
15endif
16
17ifeq ($(CONFIG_REISERFS_FS_XATTR),y)
18reiserfs-objs += xattr_user.o xattr_trusted.o
19endif
20
21ifeq ($(CONFIG_REISERFS_FS_SECURITY),y)
22reiserfs-objs += xattr_security.o
23endif
24
25ifeq ($(CONFIG_REISERFS_FS_POSIX_ACL),y)
26reiserfs-objs += xattr_acl.o
27endif
28
29TAGS:
30	etags *.c
31

served by {OpenGrok

Last Index Update: Wed May 28 04:07:06 UTC 2025

Navigate Window
x

Macro

  • reiserfs-objs
Scopes Window
x
Intelligence window
x
Next >> | << Prev


In current file
  • Highlight
  • Unhighlight
  • Unhighlight all
In project "undefined"
  • Search for definitions of
  • Search for references of
  • Do a full search with
  • Search for file names that contain
On Google
  • Google
Messages Window
x