diff options
Diffstat (limited to 'arch/mips/txx9/Makefile')
-rw-r--r-- | arch/mips/txx9/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/arch/mips/txx9/Makefile b/arch/mips/txx9/Makefile new file mode 100644 index 000000000000..34787dabff06 --- /dev/null +++ b/arch/mips/txx9/Makefile | |||
@@ -0,0 +1,17 @@ | |||
1 | # | ||
2 | # Common TXx9 | ||
3 | # | ||
4 | obj-$(CONFIG_MACH_TX39XX) += generic/ | ||
5 | obj-$(CONFIG_MACH_TX49XX) += generic/ | ||
6 | |||
7 | # | ||
8 | # Toshiba JMR-TX3927 board | ||
9 | # | ||
10 | obj-$(CONFIG_TOSHIBA_JMR3927) += jmr3927/ | ||
11 | |||
12 | # | ||
13 | # Toshiba RBTX49XX boards | ||
14 | # | ||
15 | obj-$(CONFIG_TOSHIBA_RBTX4927) += rbtx4927/ | ||
16 | obj-$(CONFIG_TOSHIBA_RBTX4938) += rbtx4938/ | ||
17 | obj-$(CONFIG_TOSHIBA_RBTX4939) += rbtx4939/ | ||