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