Yehuda Sadeh | 3d14c5d | 2010-04-06 15:14:15 -0700 | [diff] [blame] | 1 | # |
| 2 | # Makefile for CEPH filesystem. |
| 3 | # |
Yehuda Sadeh | 3d14c5d | 2010-04-06 15:14:15 -0700 | [diff] [blame] | 4 | obj-$(CONFIG_CEPH_LIB) += libceph.o |
| 5 | |
Tracey Dent | fa13bc3 | 2010-11-21 15:03:15 +0000 | [diff] [blame] | 6 | libceph-y := ceph_common.o messenger.o msgpool.o buffer.o pagelist.o \ |
Yehuda Sadeh | 3d14c5d | 2010-04-06 15:14:15 -0700 | [diff] [blame] | 7 | mon_client.o \ |
Douglas Fuller | f66241c | 2015-06-18 13:06:10 -0700 | [diff] [blame] | 8 | cls_lock_client.o \ |
Yehuda Sadeh | 3d14c5d | 2010-04-06 15:14:15 -0700 | [diff] [blame] | 9 | osd_client.o osdmap.o crush/crush.o crush/mapper.o crush/hash.o \ |
| 10 | debugfs.o \ |
| 11 | auth.o auth_none.o \ |
| 12 | crypto.o armor.o \ |
| 13 | auth_x.o \ |
| 14 | ceph_fs.o ceph_strings.o ceph_hash.o \ |
Yan, Zheng | 51e9273 | 2016-02-05 15:36:22 +0800 | [diff] [blame] | 15 | pagevec.o snapshot.o string_table.o |
Yehuda Sadeh | 3d14c5d | 2010-04-06 15:14:15 -0700 | [diff] [blame] | 16 | |