Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752122Ab0KHPTh (ORCPT ); Mon, 8 Nov 2010 10:19:37 -0500 Received: from baron.coraid.com ([12.51.113.4]:58056 "EHLO coraid.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752106Ab0KHPTg (ORCPT ); Mon, 8 Nov 2010 10:19:36 -0500 X-Greylist: delayed 943 seconds by postgrey-1.27 at vger.kernel.org; Mon, 08 Nov 2010 10:19:36 EST Subject: Re: [Resend][PATCH 2/2] Drivers: block: aoe: Makefile: replace the use of -objs with -y Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=us-ascii From: Ed Cashin In-Reply-To: <1289069918-2085-2-git-send-email-tdent48227@gmail.com> Date: Mon, 8 Nov 2010 10:03:24 -0500 Cc: sage@newdream.net, yehuda@hq.newdream.net, linux-kernel@vger.kernel.org, Tracey Dent Content-Transfer-Encoding: 7bit Message-Id: References: <1289069918-2085-1-git-send-email-tdent48227@gmail.com> <1289069918-2085-2-git-send-email-tdent48227@gmail.com> To: akpm@linux-foundation.org X-Mailer: Apple Mail (2.1081) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1212 Lines: 38 On Nov 6, 2010, at 2:58 PM, Tracey Dent wrote: > Changed -objs to -y in Makefile. Andrew Morton, hi. I don't know whether Tracey Dent is expecting me to push this change to Linus, but lately you've been pushing the aoe changes. I see similar changes in other drivers on the LKML, so if it looks good to you, would you mind please picking up this patch? > Signed-off-by: Tracey Dent > --- > drivers/block/aoe/Makefile | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/drivers/block/aoe/Makefile b/drivers/block/aoe/Makefile > index e76d997..06ea82c 100644 > --- a/drivers/block/aoe/Makefile > +++ b/drivers/block/aoe/Makefile > @@ -3,4 +3,4 @@ > # > > obj-$(CONFIG_ATA_OVER_ETH) += aoe.o > -aoe-objs := aoeblk.o aoechr.o aoecmd.o aoedev.o aoemain.o aoenet.o > +aoe-y := aoeblk.o aoechr.o aoecmd.o aoedev.o aoemain.o aoenet.o > -- > 1.7.3.2.146.gca209 > -- Ed Cashin ecashin@coraid.com -- 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/