]> git.ipfire.org Git - thirdparty/kernel/linux.git/blame - fs/ceph/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/kernel/linux.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 \
9030aaf9 9 export.o caps.o snap.o xattr.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