1 # SPDX-License-Identifier: GPL-2.0 << 2 # 1 # 3 # Makefile for CEPH filesystem. 2 # Makefile for CEPH filesystem. 4 # 3 # 5 obj-$(CONFIG_CEPH_LIB) += libceph.o 4 obj-$(CONFIG_CEPH_LIB) += libceph.o 6 5 7 libceph-y := ceph_common.o messenger.o msgpool 6 libceph-y := ceph_common.o messenger.o msgpool.o buffer.o pagelist.o \ 8 mon_client.o decode.o \ !! 7 mon_client.o \ 9 cls_lock_client.o \ 8 cls_lock_client.o \ 10 osd_client.o osdmap.o crush/crush.o cr 9 osd_client.o osdmap.o crush/crush.o crush/mapper.o crush/hash.o \ 11 striper.o \ << 12 debugfs.o \ 10 debugfs.o \ 13 auth.o auth_none.o \ 11 auth.o auth_none.o \ 14 crypto.o armor.o \ 12 crypto.o armor.o \ 15 auth_x.o \ 13 auth_x.o \ 16 ceph_strings.o ceph_hash.o \ !! 14 ceph_fs.o ceph_strings.o ceph_hash.o \ 17 pagevec.o snapshot.o string_table.o \ !! 15 pagevec.o snapshot.o string_table.o 18 messenger_v1.o messenger_v2.o !! 16
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.