mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
619e22632e
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>
11 lines
121 B
Makefile
11 lines
121 B
Makefile
|
|
obj-y := \
|
|
prom.o \
|
|
setup.o \
|
|
memory.o \
|
|
irq.o \
|
|
time.o \
|
|
platform.o \
|
|
gpio.o \
|
|
clock.o
|
|
EXTRA_CFLAGS += -Werror
|