diff options
author | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2006-12-05 11:05:44 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-12-08 20:03:58 -0500 |
commit | 14b36af46a1d3652aff6734ea24816995dff8123 (patch) | |
tree | 35dc1c975faab9c25783b337155ea4df65448fb5 /arch/mips/Makefile | |
parent | 88032b322a38b37335c8cb2e3473a45c81d280eb (diff) |
[MIPS] Rename SNI_RM200_PCI to just SNI_RM preparing for more RM machines
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r-- | arch/mips/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index 641aa30b3638..8eb6fc1f5559 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
@@ -569,11 +569,11 @@ libs-$(CONFIG_SIBYTE_BIGSUR) += arch/mips/sibyte/swarm/ | |||
569 | load-$(CONFIG_SIBYTE_BIGSUR) := 0xffffffff80100000 | 569 | load-$(CONFIG_SIBYTE_BIGSUR) := 0xffffffff80100000 |
570 | 570 | ||
571 | # | 571 | # |
572 | # SNI RM200 PCI | 572 | # SNI RM |
573 | # | 573 | # |
574 | core-$(CONFIG_SNI_RM200_PCI) += arch/mips/sni/ | 574 | core-$(CONFIG_SNI_RM) += arch/mips/sni/ |
575 | cflags-$(CONFIG_SNI_RM200_PCI) += -Iinclude/asm-mips/mach-rm200 | 575 | cflags-$(CONFIG_SNI_RM) += -Iinclude/asm-mips/mach-rm |
576 | load-$(CONFIG_SNI_RM200_PCI) += 0xffffffff80600000 | 576 | load-$(CONFIG_SNI_RM) += 0xffffffff80600000 |
577 | 577 | ||
578 | # | 578 | # |
579 | # Toshiba JMR-TX3927 board | 579 | # Toshiba JMR-TX3927 board |
@@ -695,7 +695,7 @@ ifdef CONFIG_QEMU | |||
695 | all: vmlinux.bin | 695 | all: vmlinux.bin |
696 | endif | 696 | endif |
697 | 697 | ||
698 | ifdef CONFIG_SNI_RM200_PCI | 698 | ifdef CONFIG_SNI_RM |
699 | all: vmlinux.ecoff | 699 | all: vmlinux.ecoff |
700 | endif | 700 | endif |
701 | 701 | ||