summaryrefslogtreecommitdiff
path: root/net/ceph/Makefile
diff options
context:
space:
mode:
authorIlya Dryomov <idryomov@gmail.com>2018-02-02 15:23:22 +0100
committerIlya Dryomov <idryomov@gmail.com>2018-04-02 10:12:42 +0200
commited0811d2d243c4195580a9671266031907c02ca7 (patch)
tree723bbd958115c273371277f2f0a549889c0cbf19 /net/ceph/Makefile
parentecc633caebcc84a1469892e3f6f6f4b6a16f41af (diff)
libceph: striping framework implementation
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Diffstat (limited to 'net/ceph/Makefile')
-rw-r--r--net/ceph/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ceph/Makefile b/net/ceph/Makefile
index b4bded4b5396..12bf49772d24 100644
--- a/net/ceph/Makefile
+++ b/net/ceph/Makefile
@@ -8,6 +8,7 @@ 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 \
+ striper.o \
debugfs.o \
auth.o auth_none.o \
crypto.o armor.o \