c55736af44
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> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
11 lines
211 B
Makefile
11 lines
211 B
Makefile
#
|
|
# Copyright 2003 MontaVista Software Inc.
|
|
# Author: MontaVista Software, Inc. <source@mvista.com>
|
|
#
|
|
# Makefile for MyCable XXS1500 board.
|
|
#
|
|
|
|
lib-y := init.o board_setup.o platform.o
|
|
|
|
EXTRA_CFLAGS += -Werror
|