* [PATCH 2/2] alchemy: turn on -Werror for devboards and xss1500
@ 2009-10-18 14:04 Florian Fainelli
2009-11-02 13:03 ` Ralf Baechle
0 siblings, 1 reply; 2+ messages in thread
From: Florian Fainelli @ 2009-10-18 14:04 UTC (permalink / raw)
To: Ralf Baechle; +Cc: linux-mips, Manuel Lauss
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>
---
diff --git a/arch/mips/alchemy/devboards/Makefile b/arch/mips/alchemy/devboards/Makefile
index cfda972..c74ef80 100644
--- a/arch/mips/alchemy/devboards/Makefile
+++ b/arch/mips/alchemy/devboards/Makefile
@@ -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
diff --git a/arch/mips/alchemy/xxs1500/Makefile b/arch/mips/alchemy/xxs1500/Makefile
index 68671c2..4dc81d7 100644
--- a/arch/mips/alchemy/xxs1500/Makefile
+++ b/arch/mips/alchemy/xxs1500/Makefile
@@ -6,3 +6,5 @@
#
lib-y := init.o board_setup.o platform.o
+
+EXTRA_CFLAGS += -Werror
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-11-02 13:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-18 14:04 [PATCH 2/2] alchemy: turn on -Werror for devboards and xss1500 Florian Fainelli
2009-11-02 13:03 ` Ralf Baechle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).