diff options
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2008-07-13 10:37:56 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-07-15 13:44:38 -0400 |
commit | 4c642f3f5e9f3f1a2fcce2c3fa1a94bf80142202 (patch) | |
tree | c4ec77d34ec82e5144b728ef9d4e368a2c833fec /arch/mips/Makefile | |
parent | 6e68665e51b9937b132a990b9ae7f04118e64688 (diff) |
[MIPS] TXx9: rename asm-mips/mach-jmr3927 to asm-mips/mach-tx39xx
Rename mach-jmr3927 directory to more proper name to make adding other
platforms easier.
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index c4a3098a58c6..356453322b49 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
@@ -548,7 +548,7 @@ all-$(CONFIG_SNI_RM) := vmlinux.ecoff | |||
548 | # Common TXx9 | 548 | # Common TXx9 |
549 | # | 549 | # |
550 | core-$(CONFIG_MACH_TX39XX) += arch/mips/txx9/generic/ | 550 | core-$(CONFIG_MACH_TX39XX) += arch/mips/txx9/generic/ |
551 | cflags-$(CONFIG_MACH_TX39XX) += -Iinclude/asm-mips/mach-jmr3927 | 551 | cflags-$(CONFIG_MACH_TX39XX) += -Iinclude/asm-mips/mach-tx39xx |
552 | load-$(CONFIG_MACH_TX39XX) += 0xffffffff80050000 | 552 | load-$(CONFIG_MACH_TX39XX) += 0xffffffff80050000 |
553 | core-$(CONFIG_MACH_TX49XX) += arch/mips/txx9/generic/ | 553 | core-$(CONFIG_MACH_TX49XX) += arch/mips/txx9/generic/ |
554 | cflags-$(CONFIG_MACH_TX49XX) += -Iinclude/asm-mips/mach-tx49xx | 554 | cflags-$(CONFIG_MACH_TX49XX) += -Iinclude/asm-mips/mach-tx49xx |