https://jxself.org/git/linux-libre.git
Raw File
Tip revision: bb5bbafcd1af6d791c21075ce443282dd32a882f authored by Jason Self on 23 March 2011, 19:53:08 UTC
Linux-libre 2.6.37.5-gnu1
Tip revision: bb5bbaf
Makefile
#
# Makefile for CEPH filesystem.
#
obj-$(CONFIG_CEPH_LIB) += libceph.o

libceph-objs := ceph_common.o messenger.o msgpool.o buffer.o pagelist.o \
	mon_client.o \
	osd_client.o osdmap.o crush/crush.o crush/mapper.o crush/hash.o \
	debugfs.o \
	auth.o auth_none.o \
	crypto.o armor.o \
	auth_x.o \
	ceph_fs.o ceph_strings.o ceph_hash.o \
	pagevec.o

back to top