]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - fs/ceph/Makefile
ceph: quota: add initial infrastructure to support cephfs quotas
[mirror_ubuntu-bionic-kernel.git] / fs / ceph / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
9030aaf9
SW
2#
3# Makefile for CEPH filesystem.
4#
5
9030aaf9
SW
6obj-$(CONFIG_CEPH_FS) += ceph.o
7
582c86e6 8ceph-y := super.o inode.o dir.o file.o locks.o addr.o ioctl.o \
7370e8a4 9 export.o caps.o snap.o xattr.o quota.o \
3d14c5d2
YS
10 mds_client.o mdsmap.o strings.o ceph_frag.o \
11 debugfs.o
9030aaf9 12
99ccbd22 13ceph-$(CONFIG_CEPH_FSCACHE) += cache.o
7221fe4c 14ceph-$(CONFIG_CEPH_FS_POSIX_ACL) += acl.o