diff options
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2008-07-10 11:31:36 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-07-15 13:44:35 -0400 |
commit | 22b1d707ffc99faebd86257ad19d5bb9fc624734 (patch) | |
tree | 9bd0bcd3878611d74db29e17f3c6e951f4656e61 /arch/mips/Makefile | |
parent | 14476007c90005c8992b786c15a59cca31f53268 (diff) |
[MIPS] TXx9: Reorganize code
Move arch/mips/{jmr3927,tx4927,tx4938} into arch/mips/txx9/ tree.
This will help more code sharing and maintainance.
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r-- | arch/mips/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index 36aa690484c8..8e1e49c5186b 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
@@ -553,8 +553,8 @@ all-$(CONFIG_SNI_RM) := vmlinux.ecoff | |||
553 | # | 553 | # |
554 | # Toshiba JMR-TX3927 board | 554 | # Toshiba JMR-TX3927 board |
555 | # | 555 | # |
556 | core-$(CONFIG_TOSHIBA_JMR3927) += arch/mips/jmr3927/rbhma3100/ \ | 556 | core-$(CONFIG_TOSHIBA_JMR3927) += arch/mips/txx9/jmr3927/ \ |
557 | arch/mips/jmr3927/common/ | 557 | arch/mips/txx9/generic/ |
558 | cflags-$(CONFIG_TOSHIBA_JMR3927) += -Iinclude/asm-mips/mach-jmr3927 | 558 | cflags-$(CONFIG_TOSHIBA_JMR3927) += -Iinclude/asm-mips/mach-jmr3927 |
559 | load-$(CONFIG_TOSHIBA_JMR3927) += 0xffffffff80050000 | 559 | load-$(CONFIG_TOSHIBA_JMR3927) += 0xffffffff80050000 |
560 | 560 | ||
@@ -562,16 +562,16 @@ load-$(CONFIG_TOSHIBA_JMR3927) += 0xffffffff80050000 | |||
562 | # Toshiba RBTX4927 board or | 562 | # Toshiba RBTX4927 board or |
563 | # Toshiba RBTX4937 board | 563 | # Toshiba RBTX4937 board |
564 | # | 564 | # |
565 | core-$(CONFIG_TOSHIBA_RBTX4927) += arch/mips/tx4927/toshiba_rbtx4927/ | 565 | core-$(CONFIG_TOSHIBA_RBTX4927) += arch/mips/txx9/rbtx4927/ |
566 | core-$(CONFIG_TOSHIBA_RBTX4927) += arch/mips/tx4927/common/ | 566 | core-$(CONFIG_TOSHIBA_RBTX4927) += arch/mips/txx9/generic/ |
567 | cflags-$(CONFIG_TOSHIBA_RBTX4927) += -Iinclude/asm-mips/mach-tx49xx | 567 | cflags-$(CONFIG_TOSHIBA_RBTX4927) += -Iinclude/asm-mips/mach-tx49xx |
568 | load-$(CONFIG_TOSHIBA_RBTX4927) += 0xffffffff80020000 | 568 | load-$(CONFIG_TOSHIBA_RBTX4927) += 0xffffffff80020000 |
569 | 569 | ||
570 | # | 570 | # |
571 | # Toshiba RBTX4938 board | 571 | # Toshiba RBTX4938 board |
572 | # | 572 | # |
573 | core-$(CONFIG_TOSHIBA_RBTX4938) += arch/mips/tx4938/toshiba_rbtx4938/ | 573 | core-$(CONFIG_TOSHIBA_RBTX4938) += arch/mips/txx9/rbtx4938/ |
574 | core-$(CONFIG_TOSHIBA_RBTX4938) += arch/mips/tx4938/common/ | 574 | core-$(CONFIG_TOSHIBA_RBTX4938) += arch/mips/txx9/generic/ |
575 | cflags-$(CONFIG_TOSHIBA_RBTX4938) += -Iinclude/asm-mips/mach-tx49xx | 575 | cflags-$(CONFIG_TOSHIBA_RBTX4938) += -Iinclude/asm-mips/mach-tx49xx |
576 | load-$(CONFIG_TOSHIBA_RBTX4938) += 0xffffffff80100000 | 576 | load-$(CONFIG_TOSHIBA_RBTX4938) += 0xffffffff80100000 |
577 | 577 | ||