diff options
author | Tracey Dent <tdent48227@gmail.com> | 2010-11-21 10:03:15 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-11-22 11:16:10 -0500 |
commit | fa13bc3daa5954ce58f68fd34fb1611df6ea6e6f (patch) | |
tree | d3119cb5044ddcf2c3d68c9b69d37ff230c931e8 /net/ceph | |
parent | bac14e017830bd204b3a1bd55f42b0841c02e995 (diff) |
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: Tracey Dent <tdent48227@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ceph')
-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 \ |