Merge remote-tracking branch 'block/for-next'
[deliverable/linux.git] / net / ceph / Makefile
CommitLineData
3d14c5d2
YS
1#
2# Makefile for CEPH filesystem.
3#
3d14c5d2
YS
4obj-$(CONFIG_CEPH_LIB) += libceph.o
5
fa13bc3d 6libceph-y := ceph_common.o messenger.o msgpool.o buffer.o pagelist.o \
3d14c5d2 7 mon_client.o \
f66241cb 8 cls_lock_client.o \
3d14c5d2
YS
9 osd_client.o osdmap.o crush/crush.o crush/mapper.o crush/hash.o \
10 debugfs.o \
11 auth.o auth_none.o \
12 crypto.o armor.o \
13 auth_x.o \
14 ceph_fs.o ceph_strings.o ceph_hash.o \
51e92737 15 pagevec.o snapshot.o string_table.o
3d14c5d2 16
This page took 0.300711 seconds and 5 git commands to generate.