diff options
author | Mike Marshall <hubcap@omnibond.com> | 2015-07-17 10:38:17 -0400 |
---|---|---|
committer | Mike Marshall <hubcap@omnibond.com> | 2015-10-03 11:40:00 -0400 |
commit | 07f01962e3d37bd2c5bbcdf87f29c9fe78feb6e0 (patch) | |
tree | a2a87deb49e7da95fa7d51a1a836c84aa6a6ae01 /fs/orangefs/Makefile | |
parent | 74a552a133ab4c9673476d26edadae13f5d54408 (diff) |
Orangefs: kernel client part 7
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
Diffstat (limited to 'fs/orangefs/Makefile')
-rw-r--r-- | fs/orangefs/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/fs/orangefs/Makefile b/fs/orangefs/Makefile new file mode 100644 index 000000000000..828b36a6916d --- /dev/null +++ b/fs/orangefs/Makefile @@ -0,0 +1,10 @@ +# +# Makefile for the ORANGEFS filesystem. +# + +obj-$(CONFIG_ORANGEFS_FS) += orangefs.o + +orangefs-objs := acl.o file.o pvfs2-cache.o pvfs2-utils.o xattr.o dcache.o \ + inode.o pvfs2-sysfs.o pvfs2-mod.o super.o devpvfs2-req.o \ + namei.o symlink.o dir.o pvfs2-bufmap.o \ + pvfs2-debugfs.o waitqueue.o |