diff options
Diffstat (limited to 'arch/mips/alchemy/devboards/Makefile')
-rw-r--r-- | arch/mips/alchemy/devboards/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/mips/alchemy/devboards/Makefile b/arch/mips/alchemy/devboards/Makefile new file mode 100644 index 000000000000..a98126bf147c --- /dev/null +++ b/arch/mips/alchemy/devboards/Makefile | |||
@@ -0,0 +1,16 @@ | |||
1 | # | ||
2 | # Alchemy Develboards | ||
3 | # | ||
4 | |||
5 | obj-$(CONFIG_MIPS_PB1000) += pb1000/ | ||
6 | obj-$(CONFIG_MIPS_PB1100) += pb1100/ | ||
7 | obj-$(CONFIG_MIPS_PB1200) += pb1200/ | ||
8 | obj-$(CONFIG_MIPS_PB1500) += pb1500/ | ||
9 | obj-$(CONFIG_MIPS_PB1550) += pb1550/ | ||
10 | obj-$(CONFIG_MIPS_DB1000) += db1x00/ | ||
11 | obj-$(CONFIG_MIPS_DB1100) += db1x00/ | ||
12 | obj-$(CONFIG_MIPS_DB1200) += pb1200/ | ||
13 | obj-$(CONFIG_MIPS_DB1500) += db1x00/ | ||
14 | obj-$(CONFIG_MIPS_DB1550) += db1x00/ | ||
15 | obj-$(CONFIG_MIPS_BOSPORUS) += db1x00/ | ||
16 | obj-$(CONFIG_MIPS_MIRAGE) += db1x00/ | ||