All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 11/20] parisc: change to new flag variable
@ 2010-09-23  6:51 ` matt mooney
  0 siblings, 0 replies; 4+ messages in thread
From: matt mooney @ 2010-09-23  6:51 UTC (permalink / raw)
  To: Kyle McMartin
  Cc: Helge Deller, James E.J. Bottomley, Andrew Morton, linux-parisc,
	linux-kernel, kernel-janitors

Replace EXTRA_CFLAGS with ccflags-y.

Signed-off-by: matt mooney <mfm@muteddisk.com>
---
 arch/parisc/math-emu/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/parisc/math-emu/Makefile b/arch/parisc/math-emu/Makefile
index 1f3f225..0bd63b0 100644
--- a/arch/parisc/math-emu/Makefile
+++ b/arch/parisc/math-emu/Makefile
@@ -3,7 +3,7 @@
 #
 
 # See arch/parisc/math-emu/README
-EXTRA_CFLAGS += -Wno-parentheses -Wno-implicit-function-declaration \
+ccflags-y := -Wno-parentheses -Wno-implicit-function-declaration \
 	-Wno-uninitialized -Wno-strict-prototypes -Wno-return-type \
 	-Wno-implicit-int
 
-- 
1.7.2.1

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

* [PATCH 11/20] parisc: change to new flag variable
@ 2010-09-23  6:51 ` matt mooney
  0 siblings, 0 replies; 4+ messages in thread
From: matt mooney @ 2010-09-23  6:51 UTC (permalink / raw)
  To: Kyle McMartin
  Cc: Helge Deller, James E.J. Bottomley, Andrew Morton, linux-parisc,
	linux-kernel, kernel-janitors

Replace EXTRA_CFLAGS with ccflags-y.

Signed-off-by: matt mooney <mfm@muteddisk.com>
---
 arch/parisc/math-emu/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/parisc/math-emu/Makefile b/arch/parisc/math-emu/Makefile
index 1f3f225..0bd63b0 100644
--- a/arch/parisc/math-emu/Makefile
+++ b/arch/parisc/math-emu/Makefile
@@ -3,7 +3,7 @@
 #
 
 # See arch/parisc/math-emu/README
-EXTRA_CFLAGS += -Wno-parentheses -Wno-implicit-function-declaration \
+ccflags-y := -Wno-parentheses -Wno-implicit-function-declaration \
 	-Wno-uninitialized -Wno-strict-prototypes -Wno-return-type \
 	-Wno-implicit-int
 
-- 
1.7.2.1


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

* Re: [PATCH 11/20] parisc: change to new flag variable
  2010-09-23  6:51 ` matt mooney
@ 2010-09-23 15:50   ` Kyle McMartin
  -1 siblings, 0 replies; 4+ messages in thread
From: Kyle McMartin @ 2010-09-23 15:50 UTC (permalink / raw)
  To: matt mooney
  Cc: Kyle McMartin, Helge Deller, James E.J. Bottomley, Andrew Morton,
	linux-parisc, linux-kernel, kernel-janitors

On Wed, Sep 22, 2010 at 11:51:05PM -0700, matt mooney wrote:
> Replace EXTRA_CFLAGS with ccflags-y.
> 

Looks reasonable, thanks! Applied.

--Kyle

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

* Re: [PATCH 11/20] parisc: change to new flag variable
@ 2010-09-23 15:50   ` Kyle McMartin
  0 siblings, 0 replies; 4+ messages in thread
From: Kyle McMartin @ 2010-09-23 15:50 UTC (permalink / raw)
  To: matt mooney
  Cc: Kyle McMartin, Helge Deller, James E.J. Bottomley, Andrew Morton,
	linux-parisc, linux-kernel, kernel-janitors

On Wed, Sep 22, 2010 at 11:51:05PM -0700, matt mooney wrote:
> Replace EXTRA_CFLAGS with ccflags-y.
> 

Looks reasonable, thanks! Applied.

--Kyle

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

end of thread, other threads:[~2010-09-23 15:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-23  6:51 [PATCH 11/20] parisc: change to new flag variable matt mooney
2010-09-23  6:51 ` matt mooney
2010-09-23 15:50 ` Kyle McMartin
2010-09-23 15:50   ` Kyle McMartin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.