Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 #
0003 # Makefile for CEPH filesystem.
0004 #
0005 obj-$(CONFIG_CEPH_LIB) += libceph.o
0006 
0007 libceph-y := ceph_common.o messenger.o msgpool.o buffer.o pagelist.o \
0008         mon_client.o decode.o \
0009         cls_lock_client.o \
0010         osd_client.o osdmap.o crush/crush.o crush/mapper.o crush/hash.o \
0011         striper.o \
0012         debugfs.o \
0013         auth.o auth_none.o \
0014         crypto.o armor.o \
0015         auth_x.o \
0016         ceph_strings.o ceph_hash.o \
0017         pagevec.o snapshot.o string_table.o \
0018         messenger_v1.o messenger_v2.o