public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Tracey Dent <tdent48227@gmail.com>
To: ecashin@coraid.com, sage@newdream.net
Cc: yehuda@hq.newdream.net, linux-kernel@vger.kernel.org,
	Tracey Dent <tdent48227@gmail.com>
Subject: [Resend][PATCH 2/2] Drivers: block: aoe: Makefile: replace the use of <module>-objs with <module>-y
Date: Sat,  6 Nov 2010 14:58:38 -0400	[thread overview]
Message-ID: <1289069918-2085-2-git-send-email-tdent48227@gmail.com> (raw)
In-Reply-To: <1289069918-2085-1-git-send-email-tdent48227@gmail.com>

Changed <module>-objs to <module>-y in Makefile.

Signed-off-by: Tracey Dent <tdent48227@gmail.com>
---
 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


  reply	other threads:[~2010-11-06 18:58 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-06 18:58 [Resend][PATCH 1/2] Drivers: block: Makefile: replace the use of <module>-objs with <module>-y Tracey Dent
2010-11-06 18:58 ` Tracey Dent [this message]
2010-11-08 15:03   ` [Resend][PATCH 2/2] Drivers: block: aoe: " Ed Cashin
2010-11-08 21:05     ` Andrew Morton
2010-11-09  1:11       ` Stephen Rothwell
2010-11-09 13:54         ` Ed Cashin
2010-11-09 14:43           ` Stephen Rothwell
2010-11-09  2:14       ` Tracey Dent

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1289069918-2085-2-git-send-email-tdent48227@gmail.com \
    --to=tdent48227@gmail.com \
    --cc=ecashin@coraid.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sage@newdream.net \
    --cc=yehuda@hq.newdream.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox