]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - fs/ceph/Makefile
Merge tag 'for-linus-20190706' of git://git.kernel.dk/linux-block
[mirror_ubuntu-hirsute-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 \
fb18a575 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