forked from luck/tmp_suning_uos_patched
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 <florian@openwrt.org> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
e5b3837a52
commit
619e22632e
|
@ -8,3 +8,4 @@ obj-y := \
|
|||
platform.o \
|
||||
gpio.o \
|
||||
clock.o
|
||||
EXTRA_CFLAGS += -Werror
|
||||
|
|
Loading…
Reference in New Issue
Block a user