1 # SPDX-License-Identifier: GPL-2.0 1 # SPDX-License-Identifier: GPL-2.0 2 # 2 # 3 # Makefile for the ORANGEFS filesystem. 3 # Makefile for the ORANGEFS filesystem. 4 # 4 # 5 5 6 obj-$(CONFIG_ORANGEFS_FS) += orangefs.o 6 obj-$(CONFIG_ORANGEFS_FS) += orangefs.o 7 7 8 orangefs-objs := acl.o file.o orangefs-cache.o 8 orangefs-objs := acl.o file.o orangefs-cache.o orangefs-utils.o xattr.o \ 9 dcache.o inode.o orangefs-sys 9 dcache.o inode.o orangefs-sysfs.o orangefs-mod.o super.o \ 10 devorangefs-req.o namei.o sym 10 devorangefs-req.o namei.o symlink.o dir.o orangefs-bufmap.o \ 11 orangefs-debugfs.o waitqueue. 11 orangefs-debugfs.o waitqueue.o
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.