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