diff options
Diffstat (limited to 'net/ceph/Makefile')
-rw-r--r-- | net/ceph/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ceph/Makefile b/net/ceph/Makefile index aab1cabb8035..153bdec40835 100644 --- a/net/ceph/Makefile +++ b/net/ceph/Makefile | |||
@@ -6,7 +6,7 @@ ifneq ($(KERNELRELEASE),) | |||
6 | 6 | ||
7 | obj-$(CONFIG_CEPH_LIB) += libceph.o | 7 | obj-$(CONFIG_CEPH_LIB) += libceph.o |
8 | 8 | ||
9 | libceph-objs := ceph_common.o messenger.o msgpool.o buffer.o pagelist.o \ | 9 | libceph-y := ceph_common.o messenger.o msgpool.o buffer.o pagelist.o \ |
10 | mon_client.o \ | 10 | mon_client.o \ |
11 | osd_client.o osdmap.o crush/crush.o crush/mapper.o crush/hash.o \ | 11 | osd_client.o osdmap.o crush/crush.o crush/mapper.o crush/hash.o \ |
12 | debugfs.o \ | 12 | debugfs.o \ |