diff options
Diffstat (limited to 'arch/mips/au1000/mtx-1/Makefile')
-rw-r--r-- | arch/mips/au1000/mtx-1/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/au1000/mtx-1/Makefile b/arch/mips/au1000/mtx-1/Makefile index afa7007d67f7..85a90941de4f 100644 --- a/arch/mips/au1000/mtx-1/Makefile +++ b/arch/mips/au1000/mtx-1/Makefile | |||
@@ -9,3 +9,5 @@ | |||
9 | 9 | ||
10 | lib-y := init.o board_setup.o irqmap.o | 10 | lib-y := init.o board_setup.o irqmap.o |
11 | obj-y := platform.o | 11 | obj-y := platform.o |
12 | |||
13 | EXTRA_CFLAGS += -Werror | ||