diff options
| author | Meizu OpenSource <patchwork@meizu.com> | 2016-08-15 10:19:42 +0800 |
|---|---|---|
| committer | Meizu OpenSource <patchwork@meizu.com> | 2016-08-15 10:19:42 +0800 |
| commit | d2e1446d81725c351dc73a03b397ce043fb18452 (patch) | |
| tree | 4dbc616b7f92aea39cd697a9084205ddb805e344 /fs/ceph/Makefile | |
first commit
Diffstat (limited to 'fs/ceph/Makefile')
| -rw-r--r-- | fs/ceph/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/fs/ceph/Makefile b/fs/ceph/Makefile new file mode 100644 index 000000000..bd352125e --- /dev/null +++ b/fs/ceph/Makefile @@ -0,0 +1,11 @@ +# +# Makefile for CEPH filesystem. +# + +obj-$(CONFIG_CEPH_FS) += ceph.o + +ceph-y := super.o inode.o dir.o file.o locks.o addr.o ioctl.o \ + export.o caps.o snap.o xattr.o \ + mds_client.o mdsmap.o strings.o ceph_frag.o \ + debugfs.o + |
