diff options
author | matt mooney <mfm@muteddisk.com> | 2011-01-12 03:09:09 (GMT) |
---|---|---|
committer | Matt Turner <mattst88@monolith.freenet-rz.de> | 2011-01-17 04:42:13 (GMT) |
commit | 8a362cd6d60e2ae3b704df1b3f08db58a3924339 (patch) | |
tree | dfd47990abbfcebfd733ea72edeba2f64a2b0264 /arch/alpha/math-emu/Makefile | |
parent | 7d209c8110ecd49db46da786437485e8ef67f414 (diff) | |
download | linux-fsl-qoriq-8a362cd6d60e2ae3b704df1b3f08db58a3924339.tar.xz |
alpha: change to new Makefile flag variables
Signed-off-by: matt mooney <mfm@muteddisk.com>
Signed-off-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'arch/alpha/math-emu/Makefile')
-rw-r--r-- | arch/alpha/math-emu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/alpha/math-emu/Makefile b/arch/alpha/math-emu/Makefile index 359ef08..7f46719 100644 --- a/arch/alpha/math-emu/Makefile +++ b/arch/alpha/math-emu/Makefile @@ -2,7 +2,7 @@ # Makefile for the FPU instruction emulation. # -EXTRA_CFLAGS := -w +ccflags-y := -w obj-$(CONFIG_MATHEMU) += math-emu.o |