]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - fs/ceph/Makefile
drm/i915: Save the old CDCLK atomic state
[mirror_ubuntu-bionic-kernel.git] / fs / ceph / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # Makefile for CEPH filesystem.
4 #
5
6 obj-$(CONFIG_CEPH_FS) += ceph.o
7
8 ceph-y := super.o inode.o dir.o file.o locks.o addr.o ioctl.o \
9 export.o caps.o snap.o xattr.o \
10 mds_client.o mdsmap.o strings.o ceph_frag.o \
11 debugfs.o
12
13 ceph-$(CONFIG_CEPH_FSCACHE) += cache.o
14 ceph-$(CONFIG_CEPH_FS_POSIX_ACL) += acl.o