PATH:
usr
/
src
/
kernels
/
5.14.0-611.49.2.el9_7.x86_64
/
fs
/
orangefs
# SPDX-License-Identifier: GPL-2.0 # # Makefile for the ORANGEFS filesystem. # obj-$(CONFIG_ORANGEFS_FS) += orangefs.o orangefs-objs := acl.o file.o orangefs-cache.o orangefs-utils.o xattr.o \ dcache.o inode.o orangefs-sysfs.o orangefs-mod.o super.o \ devorangefs-req.o namei.o symlink.o dir.o orangefs-bufmap.o \ orangefs-debugfs.o waitqueue.o
[-] Makefile
[edit]
[-] Kconfig
[edit]
[+]
..