diff options
Diffstat (limited to 'arch/mips/alchemy/mtx-1/Makefile')
-rw-r--r-- | arch/mips/alchemy/mtx-1/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/mips/alchemy/mtx-1/Makefile b/arch/mips/alchemy/mtx-1/Makefile index 4a53815b3c6c..81b540ceaf88 100644 --- a/arch/mips/alchemy/mtx-1/Makefile +++ b/arch/mips/alchemy/mtx-1/Makefile | |||
@@ -6,7 +6,4 @@ | |||
6 | # Makefile for 4G Systems MTX-1 board. | 6 | # Makefile for 4G Systems MTX-1 board. |
7 | # | 7 | # |
8 | 8 | ||
9 | lib-y := init.o board_setup.o | 9 | obj-y += init.o board_setup.o platform.o |
10 | obj-y := platform.o | ||
11 | |||
12 | EXTRA_CFLAGS += -Werror | ||