Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
Mike Marshall | 07f0196 | 2015-07-17 10:38:17 -0400 | [diff] [blame] | 2 | # |
| 3 | # Makefile for the ORANGEFS filesystem. |
| 4 | # |
| 5 | |
| 6 | obj-$(CONFIG_ORANGEFS_FS) += orangefs.o |
| 7 | |
Mike Marshall | 575e946 | 2015-12-04 12:56:14 -0500 | [diff] [blame] | 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 |