projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5b3837
)
MIPS: AR7: Override CFLAGS with -Werror
author
Florian Fainelli
<florian@openwrt.org>
Fri, 24 Jul 2009 11:19:10 +0000
(13:19 +0200)
committer
Ralf Baechle
<ralf@linux-mips.org>
Mon, 3 Aug 2009 16:52:46 +0000
(17:52 +0100)
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 <florian@openwrt.org>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/ar7/Makefile
patch
|
blob
|
history
diff --git
a/arch/mips/ar7/Makefile
b/arch/mips/ar7/Makefile
index 7435e44b396404b355fe60dc1bf7e9de96e33665..26bc5da189971c1714174c82e0c4f8a72f6d4fa6 100644
(file)
--- 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