rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | # SPDX-License-Identifier: GPL-2.0 |
2 | # | ||||
3 | # Makefile for the ORANGEFS filesystem. | ||||
4 | # | ||||
5 | |||||
6 | obj-$(CONFIG_ORANGEFS_FS) += orangefs.o | ||||
7 | |||||
8 | orangefs-objs := acl.o file.o orangefs-cache.o orangefs-utils.o xattr.o \ | ||||
9 | dcache.o inode.o orangefs-sysfs.o orangefs-mod.o super.o \ | ||||
10 | devorangefs-req.o namei.o symlink.o dir.o orangefs-bufmap.o \ | ||||
11 | orangefs-debugfs.o waitqueue.o |