public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Tracey Dent <tdent48227@gmail.com>
To: dan.j.williams@intel.com
Cc: akpm@linux-foundation.org, linux-kernel@vger.kernel.org,
	s.hauer@pengutronix.de, agust@denx.de,
	linus.walleij@stericsson.com, Tracey Dent <tdent48227@gmail.com>
Subject: [PATCH 2/2] Drivers: dma: ioat: Makeile: Cleaned up Makefile
Date: Sat,  6 Nov 2010 15:03:37 -0400	[thread overview]
Message-ID: <1289070217-2513-2-git-send-email-tdent48227@gmail.com> (raw)
In-Reply-To: <1289070217-2513-1-git-send-email-tdent48227@gmail.com>

Changed Makefile to use <modules>-y instead of <modules>-objs.

Signed-off-by: Tracey Dent <tdent48227@gmail.com>
---
 drivers/dma/ioat/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/dma/ioat/Makefile b/drivers/dma/ioat/Makefile
index 8997d3f..0ff7270 100644
--- a/drivers/dma/ioat/Makefile
+++ b/drivers/dma/ioat/Makefile
@@ -1,2 +1,2 @@
 obj-$(CONFIG_INTEL_IOATDMA) += ioatdma.o
-ioatdma-objs := pci.o dma.o dma_v2.o dma_v3.o dca.o
+ioatdma-y := pci.o dma.o dma_v2.o dma_v3.o dca.o
-- 
1.7.3.1.104.gc752e


  reply	other threads:[~2010-11-06 19:03 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-06 19:03 [PATCH 1/2] Drivers: dma: Makefile: Cleaned up Makefile Tracey Dent
2010-11-06 19:03 ` Tracey Dent [this message]
2010-11-06 19:40 ` Dan Williams
2010-11-08  9:28 ` Linus Walleij

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=1289070217-2513-2-git-send-email-tdent48227@gmail.com \
    --to=tdent48227@gmail.com \
    --cc=agust@denx.de \
    --cc=akpm@linux-foundation.org \
    --cc=dan.j.williams@intel.com \
    --cc=linus.walleij@stericsson.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=s.hauer@pengutronix.de \
    /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