diff options
Diffstat (limited to 'arch/mips/alchemy/devboards/pb1200/Makefile')
-rw-r--r-- | arch/mips/alchemy/devboards/pb1200/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/mips/alchemy/devboards/pb1200/Makefile b/arch/mips/alchemy/devboards/pb1200/Makefile new file mode 100644 index 000000000000..d678adf7ce85 --- /dev/null +++ b/arch/mips/alchemy/devboards/pb1200/Makefile | |||
@@ -0,0 +1,8 @@ | |||
1 | # | ||
2 | # Makefile for the Alchemy Semiconductor Pb1200/DBAu1200 boards. | ||
3 | # | ||
4 | |||
5 | lib-y := init.o board_setup.o irqmap.o | ||
6 | obj-y += platform.o | ||
7 | |||
8 | EXTRA_CFLAGS += -Werror | ||