You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
356 B
11 lines
356 B
# 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
|
|
|