Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
[deliverable/linux.git] / net / ceph / Makefile
1 #
2 # Makefile for CEPH filesystem.
3 #
4 obj-$(CONFIG_CEPH_LIB) += libceph.o
5
6 libceph-y := ceph_common.o messenger.o msgpool.o buffer.o pagelist.o \
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 \
14 pagevec.o snapshot.o
15
This page took 0.033047 seconds and 6 git commands to generate.