mirror of
https://github.com/torvalds/linux.git
synced 2024-11-04 11:04:38 +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>
12 lines
121 B
Makefile
12 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
|