Makefile (0898782247ae533d1f4e47a06bc5d4870931b284) | Makefile (24604f7e2bde5e6458812c3e9ee2a0d60c8c99fe) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2# 3# Makefile for CEPH filesystem. 4# 5obj-$(CONFIG_CEPH_LIB) += libceph.o 6 7libceph-y := ceph_common.o messenger.o msgpool.o buffer.o pagelist.o \ 8 mon_client.o decode.o \ 9 cls_lock_client.o \ 10 osd_client.o osdmap.o crush/crush.o crush/mapper.o crush/hash.o \ 11 striper.o \ 12 debugfs.o \ 13 auth.o auth_none.o \ 14 crypto.o armor.o \ 15 auth_x.o \ | 1# SPDX-License-Identifier: GPL-2.0 2# 3# Makefile for CEPH filesystem. 4# 5obj-$(CONFIG_CEPH_LIB) += libceph.o 6 7libceph-y := ceph_common.o messenger.o msgpool.o buffer.o pagelist.o \ 8 mon_client.o decode.o \ 9 cls_lock_client.o \ 10 osd_client.o osdmap.o crush/crush.o crush/mapper.o crush/hash.o \ 11 striper.o \ 12 debugfs.o \ 13 auth.o auth_none.o \ 14 crypto.o armor.o \ 15 auth_x.o \ |
16 ceph_fs.o ceph_strings.o ceph_hash.o \ | 16 ceph_strings.o ceph_hash.o \ |
17 pagevec.o snapshot.o string_table.o | 17 pagevec.o snapshot.o string_table.o |