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