diff options
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 | ||