Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fa13bc3d authored by Tracey Dent's avatar Tracey Dent Committed by David S. Miller
Browse files

Net: ceph: Makefile: remove deprecated kbuild goal definitions



Changed Makefile to use <modules>-y instead of <modules>-objs
because -objs is deprecated and not mentioned in
Documentation/kbuild/makefiles.txt.

Signed-off-by: default avatarTracey Dent <tdent48227@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent bac14e01
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ ifneq ($(KERNELRELEASE),)

obj-$(CONFIG_CEPH_LIB) += libceph.o

libceph-objs := ceph_common.o messenger.o msgpool.o buffer.o pagelist.o \
libceph-y := ceph_common.o messenger.o msgpool.o buffer.o pagelist.o \
	mon_client.o \
	osd_client.o osdmap.o crush/crush.o crush/mapper.o crush/hash.o \
	debugfs.o \