aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/Makefile
blob: 32e30106a2f01e8bf62138981e1c4b678a509cfc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#
# 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

ceph-$(CONFIG_CEPH_FSCACHE) += cache.o