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