diff options
Diffstat (limited to 'arch/mips/alchemy/mtx-1/Makefile')
-rw-r--r-- | arch/mips/alchemy/mtx-1/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/mips/alchemy/mtx-1/Makefile b/arch/mips/alchemy/mtx-1/Makefile new file mode 100644 index 000000000000..7c67b3d33bec --- /dev/null +++ b/arch/mips/alchemy/mtx-1/Makefile | |||
@@ -0,0 +1,12 @@ | |||
1 | # | ||
2 | # Copyright 2003 MontaVista Software Inc. | ||
3 | # Author: MontaVista Software, Inc. <source@mvista.com> | ||
4 | # Bruno Randolf <bruno.randolf@4g-systems.biz> | ||
5 | # | ||
6 | # Makefile for 4G Systems MTX-1 board. | ||
7 | # | ||
8 | |||
9 | lib-y := init.o board_setup.o irqmap.o | ||
10 | obj-y := platform.o | ||
11 | |||
12 | EXTRA_CFLAGS += -Werror | ||