Skip to content

Commit

Permalink
Net: ceph: Makefile: remove deprecated kbuild goal definitions
Browse files Browse the repository at this point in the history
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: Tracey Dent <tdent48227@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Tracey Dent authored and David S. Miller committed Nov 22, 2010
1 parent bac14e0 commit fa13bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/ceph/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit fa13bc3

Please sign in to comment.