| To: | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | [PATCH 2/2] alchemy: turn on -Werror for devboards and xss1500 |
| From: | Florian Fainelli <florian@openwrt.org> |
| Date: | Sun, 18 Oct 2009 16:04:41 +0200 |
| Cc: | linux-mips@linux-mips.org, Manuel Lauss <manuel.lauss@googlemail.com> |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:from:date:subject :mime-version:x-uid:x-length:to:cc:reply-to:content-type :content-transfer-encoding:message-id; bh=dJsmM3KmfGV2KYw0EhFroLeE6tfi0ybG/wHuAPtRDIk=; b=sQjtq+4uaSce7iIay3k24RkAGquUiw3yMyd7ElBnP0bn3rdd5sNAWQYWCPtPovSbbw yLLbo2+rc3E1fexeJ5odxviEWqVrJuVIlPYzZoOPelGyiNdbgU+zTzreMefdANbkdYW6 icvYUVA0pVMJvzzJQDkgQjQXzNxkOr5HjNv+Y= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:from:date:subject:mime-version:x-uid:x-length:to:cc:reply-to :content-type:content-transfer-encoding:message-id; b=BhmgmRO+bjOwzKukfCP/hgTCwuPVqyRlzuyWl3v4+fpH8PSVuQmK0B05m9+kpo8DH5 NzppfsVBkx42VRzR78cyY7GaBehgNd1i8QN7YCIgNeLH4faeEmgdvBxhh0wsDgF6suWq yk++v6HYzsRw8UgcoU5tKpa7vNYmXT3FmM8Tw= |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Reply-to: | Florian Fainelli <florian@openwrt.org> |
| Sender: | linux-mips-bounce@linux-mips.org |
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 |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 1/2] alchemy: fix warnings in db1x00/pb1000/pb1550 board setup code, Florian Fainelli |
|---|---|
| Next by Date: | Re: [PATCH] Make MIPS dynamic clocksource/clockevent clock code generic, Mikael Pettersson |
| Previous by Thread: | [PATCH 1/2] alchemy: fix warnings in db1x00/pb1000/pb1550 board setup code, Florian Fainelli |
| Next by Thread: | [PATCH] MIPS: Alchemy: wire up db1x00/platform.c in Makefile, Manuel Lauss |
| Indexes: | [Date] [Thread] [Top] [All Lists] |