Linux PARISC architecture development
 help / color / mirror / Atom feed
* [PATCH 11/20] parisc: change to new flag variable
@ 2010-09-23  6:51 matt mooney
  2010-09-23 15:50 ` Kyle McMartin
  0 siblings, 1 reply; 2+ 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] 2+ messages in thread

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

Thread overview: 2+ 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 15:50 ` Kyle McMartin

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