alistair23-linux/arch/mips/math-emu
Sam Ravnborg 66f9ba101f MIPS: Add -Werror to arch/mips/Kbuild
Adding subdirs-ccflags-y := -Werror to arch/mips/Kbuild
let us in one go cover all files with -Werror.

In addition this allows us to remove the
individual -Werror definition in various Makefile.

Adding the definition to Kbuild as a recursive
option help us not to forget to do so.

With this change we now compile arch/mips/kernel/cpufreq with -Werror

One drawback:
When specifying a subdirectory covered by the Kbuild file like this:

    make arch/mips/kernel/

then kbuild fails to pick up the -Werror definition.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
To: linux-mips <linux-mips@linux-mips.org>
To: Wu Zhangjin <wuzhangjin@gmail.com>
Patchwork: https://patchwork.linux-mips.org/patch/1301/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2010-08-05 13:25:44 +01:00
..
cp1emu.c MIPS: Coding style cleanups of access of FCSR rounding mode bits 2010-05-21 21:31:17 +01:00
dp_add.c
dp_cmp.c
dp_div.c
dp_fint.c
dp_flong.c
dp_frexp.c
dp_fsp.c
dp_logb.c
dp_modf.c MIPS: math-emu: Checkpatch cleanup 2010-08-05 13:25:41 +01:00
dp_mul.c
dp_scalb.c
dp_simple.c MIPS: Restore signalling NaN behaviour for abs.[sd] 2010-07-05 17:17:24 +01:00
dp_sqrt.c
dp_sub.c tree-wide: fix assorted typos all over the place 2009-12-04 15:39:55 +01:00
dp_tint.c MIPS: math-emu: Checkpatch cleanup 2010-08-05 13:25:42 +01:00
dp_tlong.c MIPS: math-emu: Checkpatch cleanup 2010-08-05 13:25:43 +01:00
dsemul.c MIPS: Collect FPU emulator statistics per-CPU. 2009-12-17 01:57:08 +00:00
ieee754.c
ieee754.h
ieee754d.c MIPS: Nuke trailing blank lines 2010-02-27 12:53:14 +01:00
ieee754dp.c MIPS: Cleanup switches with cases that can be merged 2010-02-27 12:53:14 +01:00
ieee754dp.h
ieee754int.h
ieee754m.c
ieee754sp.c MIPS: Cleanup switches with cases that can be merged 2010-02-27 12:53:14 +01:00
ieee754sp.h
ieee754xcpt.c MIPS: Nuke trailing blank lines 2010-02-27 12:53:14 +01:00
kernel_linkage.c
Makefile MIPS: Add -Werror to arch/mips/Kbuild 2010-08-05 13:25:44 +01:00
sp_add.c
sp_cmp.c
sp_div.c
sp_fdp.c
sp_fint.c
sp_flong.c
sp_frexp.c
sp_logb.c
sp_modf.c MIPS: math-emu: Checkpatch cleanup 2010-08-05 13:25:43 +01:00
sp_mul.c
sp_scalb.c
sp_simple.c MIPS: Restore signalling NaN behaviour for abs.[sd] 2010-07-05 17:17:24 +01:00
sp_sqrt.c
sp_sub.c
sp_tint.c MIPS: math-emu: Checkpatch cleanup 2010-08-05 13:25:43 +01:00
sp_tlong.c MIPS: math-emu: Checkpatch cleanup 2010-08-05 13:25:43 +01:00