xref: /linux/fs/orangefs/Makefile (revision 498495dba268b20e8eadd7fe93c140c68b6cc9d2)
1*b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0
207f01962SMike Marshall#
307f01962SMike Marshall# Makefile for the ORANGEFS filesystem.
407f01962SMike Marshall#
507f01962SMike Marshall
607f01962SMike Marshallobj-$(CONFIG_ORANGEFS_FS) += orangefs.o
707f01962SMike Marshall
8575e9461SMike Marshallorangefs-objs := acl.o file.o orangefs-cache.o orangefs-utils.o xattr.o \
9575e9461SMike Marshall		 dcache.o inode.o orangefs-sysfs.o orangefs-mod.o super.o \
10575e9461SMike Marshall		 devorangefs-req.o namei.o symlink.o dir.o orangefs-bufmap.o \
11575e9461SMike Marshall		 orangefs-debugfs.o waitqueue.o
12