From 37433f156b390ca2c2ac6f176c3e97fbe54ca5c2 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Sun, 18 Oct 2009 16:04:41 +0200 Subject: [PATCH] --- yaml --- r: 182031 b: refs/heads/master c: c55736af449ad2b2cd1a9471dc6e5413d89a1ece h: refs/heads/master i: 182029: 89d87bb69bd26d2487256b7c27df6e6def3ae11a 182027: c6e3545f0fcde66c70748343251434008ae79a3c 182023: 3b019d1bd8c2c6be44b881021b7793a985cbc60b 182015: 2aa464760926d4bbfd8eb18502cd4f81605cc06f v: v3 --- [refs] | 2 +- trunk/arch/mips/alchemy/devboards/Makefile | 2 ++ trunk/arch/mips/alchemy/xxs1500/Makefile | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index e0e6166fd683..399d16b4f3ab 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 32fc0adeb89c7e1e592bf31b7158ddc154298207 +refs/heads/master: c55736af449ad2b2cd1a9471dc6e5413d89a1ece diff --git a/trunk/arch/mips/alchemy/devboards/Makefile b/trunk/arch/mips/alchemy/devboards/Makefile index cfda9721142b..c74ef80b92fc 100644 --- a/trunk/arch/mips/alchemy/devboards/Makefile +++ b/trunk/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/trunk/arch/mips/alchemy/xxs1500/Makefile b/trunk/arch/mips/alchemy/xxs1500/Makefile index 68671c2f372c..4dc81d794cb8 100644 --- a/trunk/arch/mips/alchemy/xxs1500/Makefile +++ b/trunk/arch/mips/alchemy/xxs1500/Makefile @@ -6,3 +6,5 @@ # lib-y := init.o board_setup.o platform.o + +EXTRA_CFLAGS += -Werror