aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Makefile
diff options
context:
space:
mode:
authorThomas Bogendoerfer <tsbogend@alpha.franken.de>2006-12-05 11:05:44 -0500
committerRalf Baechle <ralf@linux-mips.org>2006-12-08 20:03:58 -0500
commit14b36af46a1d3652aff6734ea24816995dff8123 (patch)
tree35dc1c975faab9c25783b337155ea4df65448fb5 /arch/mips/Makefile
parent88032b322a38b37335c8cb2e3473a45c81d280eb (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/Makefile10
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/
569load-$(CONFIG_SIBYTE_BIGSUR) := 0xffffffff80100000 569load-$(CONFIG_SIBYTE_BIGSUR) := 0xffffffff80100000
570 570
571# 571#
572# SNI RM200 PCI 572# SNI RM
573# 573#
574core-$(CONFIG_SNI_RM200_PCI) += arch/mips/sni/ 574core-$(CONFIG_SNI_RM) += arch/mips/sni/
575cflags-$(CONFIG_SNI_RM200_PCI) += -Iinclude/asm-mips/mach-rm200 575cflags-$(CONFIG_SNI_RM) += -Iinclude/asm-mips/mach-rm
576load-$(CONFIG_SNI_RM200_PCI) += 0xffffffff80600000 576load-$(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
695all: vmlinux.bin 695all: vmlinux.bin
696endif 696endif
697 697
698ifdef CONFIG_SNI_RM200_PCI 698ifdef CONFIG_SNI_RM
699all: vmlinux.ecoff 699all: vmlinux.ecoff
700endif 700endif
701 701