diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-07-25 18:45:45 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:31:57 -0400 |
commit | 23fbee9dd5d2a41d36af49ff8e1669fb0c29fda8 (patch) | |
tree | 4e24699269b9d4d2655d961e7a0ffb29931e9b2d /arch/mips/Makefile | |
parent | 132940401174ed04f9e8f1ae2dad6f47da26ee0a (diff) |
Support for Toshiba's RBHMA4500 eval board for the TX4938.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r-- | arch/mips/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index 9c91e70d8ee2..3dc2fb81fb28 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
@@ -690,6 +690,13 @@ core-$(CONFIG_TOSHIBA_RBTX4927) += arch/mips/tx4927/toshiba_rbtx4927/ | |||
690 | core-$(CONFIG_TOSHIBA_RBTX4927) += arch/mips/tx4927/common/ | 690 | core-$(CONFIG_TOSHIBA_RBTX4927) += arch/mips/tx4927/common/ |
691 | load-$(CONFIG_TOSHIBA_RBTX4927) += 0xffffffff80020000 | 691 | load-$(CONFIG_TOSHIBA_RBTX4927) += 0xffffffff80020000 |
692 | 692 | ||
693 | # | ||
694 | # Toshiba RBTX4938 board | ||
695 | # | ||
696 | core-$(CONFIG_TOSHIBA_RBTX4938) += arch/mips/tx4938/toshiba_rbtx4938/ | ||
697 | core-$(CONFIG_TOSHIBA_RBTX4938) += arch/mips/tx4938/common/ | ||
698 | load-$(CONFIG_TOSHIBA_RBTX4938) += 0xffffffff80100000 | ||
699 | |||
693 | cflags-y += -Iinclude/asm-mips/mach-generic | 700 | cflags-y += -Iinclude/asm-mips/mach-generic |
694 | drivers-$(CONFIG_PCI) += arch/mips/pci/ | 701 | drivers-$(CONFIG_PCI) += arch/mips/pci/ |
695 | 702 | ||