Blame view

net/ceph/Makefile 428 Bytes
b24413180   Greg Kroah-Hartman   License cleanup: ...
1
  # SPDX-License-Identifier: GPL-2.0
3d14c5d2b   Yehuda Sadeh   ceph: factor out ...
2
3
4
  #
  # Makefile for CEPH filesystem.
  #
3d14c5d2b   Yehuda Sadeh   ceph: factor out ...
5
  obj-$(CONFIG_CEPH_LIB) += libceph.o
fa13bc3da   Tracey Dent   Net: ceph: Makefi...
6
  libceph-y := ceph_common.o messenger.o msgpool.o buffer.o pagelist.o \
3d14c5d2b   Yehuda Sadeh   ceph: factor out ...
7
  	mon_client.o \
f66241cb9   Douglas Fuller   libceph: support ...
8
  	cls_lock_client.o \
3d14c5d2b   Yehuda Sadeh   ceph: factor out ...
9
10
11
12
13
14
  	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 \
51e927379   Yan, Zheng   libceph: introduc...
15
  	pagevec.o snapshot.o string_table.o
3d14c5d2b   Yehuda Sadeh   ceph: factor out ...
16