]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - net/ceph/Makefile
Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...
[mirror_ubuntu-bionic-kernel.git] / net / ceph / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # Makefile for CEPH filesystem.
4 #
5 obj-$(CONFIG_CEPH_LIB) += libceph.o
6
7 libceph-y := ceph_common.o messenger.o msgpool.o buffer.o pagelist.o \
8 mon_client.o \
9 cls_lock_client.o \
10 osd_client.o osdmap.o crush/crush.o crush/mapper.o crush/hash.o \
11 debugfs.o \
12 auth.o auth_none.o \
13 crypto.o armor.o \
14 auth_x.o \
15 ceph_fs.o ceph_strings.o ceph_hash.o \
16 pagevec.o snapshot.o string_table.o
17