]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
MIPS: Alchemy: Turn on -Werror for devboards and xss1500
authorFlorian Fainelli <florian@openwrt.org>
Sun, 18 Oct 2009 14:04:41 +0000 (16:04 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Sat, 27 Feb 2010 11:52:56 +0000 (12:52 +0100)
Warnings being suppressed, we can now turn on -Werror for boards which did
not have it already (devboards and xss1500).

Signed-off-by: Florian Fainelli <florian@openwrt.org>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/alchemy/devboards/Makefile
arch/mips/alchemy/xxs1500/Makefile

index cfda9721142b1ab0209ae875d7e7e8631531fb8c..c74ef80b92fcfaabac5d0d99eba7ca472971da24 100644 (file)
@@ -16,3 +16,5 @@ obj-$(CONFIG_MIPS_DB1500)     += db1x00/
 obj-$(CONFIG_MIPS_DB1550)      += db1x00/
 obj-$(CONFIG_MIPS_BOSPORUS)    += db1x00/
 obj-$(CONFIG_MIPS_MIRAGE)      += db1x00/
+
+EXTRA_CFLAGS += -Werror
index 68671c2f372cb3009da5c1f8a68b552db502a888..4dc81d794cb8dc65b4af71868e3c5eed267d081f 100644 (file)
@@ -6,3 +6,5 @@
 #
 
 lib-y := init.o board_setup.o platform.o
+
+EXTRA_CFLAGS += -Werror