From: Florian Fainelli Date: Fri, 24 Jul 2009 11:19:10 +0000 (+0200) Subject: MIPS: AR7: Override CFLAGS with -Werror X-Git-Tag: v2.6.31-rc6~64^2~11 X-Git-Url: https://bbs.cooldavid.org/git/?a=commitdiff_plain;h=619e22632ea3110323b1851a7fecb52bf8505fd2;p=net-next-2.6.git MIPS: AR7: Override CFLAGS with -Werror Now that we have removed all warnings from the ar7 board code we can use -Werror like on other MIPS boards. Signed-off-by: Florian Fainelli Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/ar7/Makefile b/arch/mips/ar7/Makefile index 7435e44b396..26bc5da1899 100644 --- a/arch/mips/ar7/Makefile +++ b/arch/mips/ar7/Makefile @@ -8,3 +8,4 @@ obj-y := \ platform.o \ gpio.o \ clock.o +EXTRA_CFLAGS += -Werror