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