summaryrefslogtreecommitdiff
path: root/net/ceph/Makefile
blob: 6a5180903e7bfff4634c1b5ab5bc525c9a65e77f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# Makefile for CEPH filesystem.
#
obj-$(CONFIG_CEPH_LIB) += libceph.o

libceph-y := ceph_common.o messenger.o msgpool.o buffer.o pagelist.o \
	mon_client.o \
	cls_lock_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 snapshot.o string_table.o

git/commit/include?h=nds-private-remove&id=41e8c70ee1628a32606bfafd9cfce4f5ae3b5205'>41e8c70ee1628a32606bfafd9cfce4f5ae3b5205 (patch) tree503dd966def322a88d0994c63266bf366bb644d7 /include parentb20b564b9533f02cd498477189359a9a3ac79890 (diff)parent039a7b8592ab932f729e56f193a2534f3f911409 (diff)
Merge branch 'bcm7278'
Florian Fainelli says: ==================== net: dsa: bcm_sf2: Add support for BCM7278 This patch series adds support for the Broadcom BCM7278 integrated switch which is a successor of the BCM7445 switch. We have a little bit of register shuffling going on, which is why most of the functional changes are to deal with that. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')