diff options
Diffstat (limited to 'arch/mips/alchemy/xxs1500/Makefile')
-rw-r--r-- | arch/mips/alchemy/xxs1500/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/mips/alchemy/xxs1500/Makefile b/arch/mips/alchemy/xxs1500/Makefile index db3c526f64d8..4dc81d794cb8 100644 --- a/arch/mips/alchemy/xxs1500/Makefile +++ b/arch/mips/alchemy/xxs1500/Makefile | |||
@@ -5,4 +5,6 @@ | |||
5 | # Makefile for MyCable XXS1500 board. | 5 | # Makefile for MyCable XXS1500 board. |
6 | # | 6 | # |
7 | 7 | ||
8 | lib-y := init.o board_setup.o irqmap.o | 8 | lib-y := init.o board_setup.o platform.o |
9 | |||
10 | EXTRA_CFLAGS += -Werror | ||