public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] Drivers: dma: Makefile: Cleaned up Makefile
@ 2010-11-06 19:03 Tracey Dent
  2010-11-06 19:03 ` [PATCH 2/2] Drivers: dma: ioat: Makeile: " Tracey Dent
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Tracey Dent @ 2010-11-06 19:03 UTC (permalink / raw)
  To: dan.j.williams
  Cc: akpm, linux-kernel, s.hauer, agust, linus.walleij, Tracey Dent

Use the ccflag-y instead of EXTRA_CFLAGS.

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

diff --git a/drivers/dma/Makefile b/drivers/dma/Makefile
index a8a84f4..64b21f5 100644
--- a/drivers/dma/Makefile
+++ b/drivers/dma/Makefile
@@ -1,8 +1,8 @@
 ifeq ($(CONFIG_DMADEVICES_DEBUG),y)
-	EXTRA_CFLAGS	+= -DDEBUG
+	ccflags-y	+= -DDEBUG
 endif
 ifeq ($(CONFIG_DMADEVICES_VDEBUG),y)
-	EXTRA_CFLAGS	+= -DVERBOSE_DEBUG
+	ccflags-y	+= -DVERBOSE_DEBUG
 endif
 
 obj-$(CONFIG_DMA_ENGINE) += dmaengine.o
-- 
1.7.3.1.104.gc752e


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-11-08  9:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-06 19:03 [PATCH 1/2] Drivers: dma: Makefile: Cleaned up Makefile Tracey Dent
2010-11-06 19:03 ` [PATCH 2/2] Drivers: dma: ioat: Makeile: " Tracey Dent
2010-11-06 19:40 ` [PATCH 1/2] Drivers: dma: Makefile: " Dan Williams
2010-11-08  9:28 ` Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox