diff options
author | matt mooney <mfm@muteddisk.com> | 2010-09-22 23:51:05 -0700 |
---|---|---|
committer | Kyle McMartin <kyle@mcmartin.ca> | 2010-10-21 21:07:47 -0400 |
commit | f720817700de48a57f54535a5dd9783cca2d2d6b (patch) | |
tree | f7cc9037e1e9d50f336de3042fbffc87230aff46 /arch/parisc/math-emu | |
parent | 338e4fab3d41aa14264e10ce505a7c908633cdad (diff) | |
download | linux-3.10-f720817700de48a57f54535a5dd9783cca2d2d6b.tar.gz linux-3.10-f720817700de48a57f54535a5dd9783cca2d2d6b.tar.bz2 linux-3.10-f720817700de48a57f54535a5dd9783cca2d2d6b.zip |
parisc: change to new flag variable
Replace EXTRA_CFLAGS with ccflags-y.
Signed-off-by: matt mooney <mfm@muteddisk.com>
Signed-off-by: Kyle McMartin <kyle@redhat.com>
Diffstat (limited to 'arch/parisc/math-emu')
-rw-r--r-- | 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 1f3f225897f..0bd63b08a79 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 |