]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - net/ceph/Makefile
Merge branch 'drm-next-3.16' of git://people.freedesktop.org/~agd5f/linux into drm...
[mirror_ubuntu-bionic-kernel.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
YS
7 mon_client.o \
8 osd_client.o osdmap.o crush/crush.o crush/mapper.o crush/hash.o \
9 debugfs.o \
10 auth.o auth_none.o \
11 crypto.o armor.o \
12 auth_x.o \
13 ceph_fs.o ceph_strings.o ceph_hash.o \
4f0dcb10 14 pagevec.o snapshot.o
3d14c5d2 15