fs/orangefs/Makefile

Source file repositories/reference/linux-study-clean/fs/orangefs/Makefile

File Facts

System
Linux kernel
Corpus path
fs/orangefs/Makefile
Extension
[no extension]
Size
356 bytes
Lines
12
Domain
Core OS
Bucket
VFS And Filesystem Core
Inferred role
Core OS: build/configuration rule
Status
atlas-only

Why This File Exists

Core operating-system implementation surface: boot, tasks, memory, VFS, syscall-facing interfaces, synchronization, credentials, and isolation.

Dependency Surface

Detected Declarations

Annotated Snippet

# 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

Annotation

Implementation Notes