]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blame - net/ceph/Makefile
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
[mirror_ubuntu-eoan-kernel.git] / net / ceph / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
3d14c5d2
YS
2#
3# Makefile for CEPH filesystem.
4#
3d14c5d2
YS
5obj-$(CONFIG_CEPH_LIB) += libceph.o
6
fa13bc3d 7libceph-y := ceph_common.o messenger.o msgpool.o buffer.o pagelist.o \
3d14c5d2 8 mon_client.o \
f66241cb 9 cls_lock_client.o \
3d14c5d2 10 osd_client.o osdmap.o crush/crush.o crush/mapper.o crush/hash.o \
ed0811d2 11 striper.o \
3d14c5d2
YS
12 debugfs.o \
13 auth.o auth_none.o \
14 crypto.o armor.o \
15 auth_x.o \
16 ceph_fs.o ceph_strings.o ceph_hash.o \
51e92737 17 pagevec.o snapshot.o string_table.o
3d14c5d2 18