MIPS: Add -Werror to arch/mips/Kbuild
authorSam Ravnborg <sam@ravnborg.org>
Sun, 30 May 2010 14:26:40 +0000 (16:26 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 5 Aug 2010 12:25:44 +0000 (13:25 +0100)
commit66f9ba101f54bda63ab1db97f9e9e94763d0651b
tree5f7f16a2fa212641a7adb259f67ac2f85bdf8bcc
parent9aeb404b4cfed41fdfd01e6fb3cc995c327ba98e
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>
arch/mips/Kbuild
arch/mips/kernel/Makefile
arch/mips/math-emu/Makefile
arch/mips/mm/Makefile