Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756367Ab0KVBES (ORCPT ); Sun, 21 Nov 2010 20:04:18 -0500 Received: from mail-iw0-f174.google.com ([209.85.214.174]:35395 "EHLO mail-iw0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756232Ab0KVBD7 (ORCPT ); Sun, 21 Nov 2010 20:03:59 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; b=qYbVOVII/JNAn9IpQgaF++5tdjrZ14xSsM2ZpWasE741Wylg3NB7+w3O7aVxg+leJU DVFahIuSyTQMmIht/u5v/NZrJAgWdf7c5cgIiYTJLpZaSVpklj4wJTN5s1m4tLU01OcU fpJGQsmm2VneKdvfgHPXK66Xiz+6swm5AXio0= From: Tracey Dent To: davem@davemloft.net Cc: marcel@holtmann.org, padovan@profusion.mobi, linux-bluetooth@vger.kernel.org, netdev@vger.kernel.org, sjur.brandeland@stericsson.com, socketcan@hartkopp.net, urs.thuermann@volkswagen.de, socketcan-core@lists.berlios.de, sage@newdream.net, ceph-devel@vger.kernel.org, wang840925@gmail.com, jlayton@redhat.com, kaber@trash.net, pekkas@netcore.fi, linux-kernel@vger.kernel.org, netfilter-devel@vger.kernel.org, netfilter@vger.kernel.org, samuel@sortiz.org, Tracey Dent Subject: [PATCH 04/17] Net: ceph: Makefile: remove deprecated kbuild goal definitions Date: Sun, 21 Nov 2010 20:03:15 -0500 Message-Id: <1290387808-2239-5-git-send-email-tdent48227@gmail.com> X-Mailer: git-send-email 1.7.3.2.245.g03276 In-Reply-To: <1290387808-2239-1-git-send-email-tdent48227@gmail.com> References: <1290387808-2239-1-git-send-email-tdent48227@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1009 Lines: 30 Changed Makefile to use -y instead of -objs because -objs is deprecated and not mentioned in Documentation/kbuild/makefiles.txt. Signed-off-by: Tracey Dent --- net/ceph/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/net/ceph/Makefile b/net/ceph/Makefile index aab1cab..153bdec 100644 --- a/net/ceph/Makefile +++ b/net/ceph/Makefile @@ -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 \ -- 1.7.3.2.245.g03276 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/