diff options
| author | matt mooney <[email protected]> | 2010-09-22 23:51:05 -0700 |
|---|---|---|
| committer | Kyle McMartin <[email protected]> | 2010-10-21 21:07:47 -0400 |
| commit | f720817700de48a57f54535a5dd9783cca2d2d6b (patch) | |
| tree | f7cc9037e1e9d50f336de3042fbffc87230aff46 | |
| parent | 338e4fab3d41aa14264e10ce505a7c908633cdad (diff) | |
parisc: change to new flag variable
Replace EXTRA_CFLAGS with ccflags-y.
Signed-off-by: matt mooney <[email protected]>
Signed-off-by: Kyle McMartin <[email protected]>
| -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 1f3f225897f5..0bd63b08a79a 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 |