diff options
author | Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> | 2007-07-09 00:10:55 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-07-10 12:33:04 -0400 |
commit | c99cabf034d42c9e4a9c1ed9dfd26411b2fb9b57 (patch) | |
tree | 30a696c0ab083427b8865418004f2a8bab96be44 /arch/mips/Makefile | |
parent | ecd27b92fbb41f779d857632a69bd45dbaf0f915 (diff) |
[MIPS] remove LASAT Networks platforms support
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
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, 0 insertions, 10 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index 96d4abbd7b30..0c270b6ee24c 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
@@ -389,10 +389,6 @@ core-$(CONFIG_DDB5XXX_COMMON) += arch/mips/ddb5xxx/common/ | |||
389 | core-$(CONFIG_DDB5477) += arch/mips/ddb5xxx/ddb5477/ | 389 | core-$(CONFIG_DDB5477) += arch/mips/ddb5xxx/ddb5477/ |
390 | load-$(CONFIG_DDB5477) += 0xffffffff80100000 | 390 | load-$(CONFIG_DDB5477) += 0xffffffff80100000 |
391 | 391 | ||
392 | core-$(CONFIG_LASAT) += arch/mips/lasat/ | ||
393 | cflags-$(CONFIG_LASAT) += -Iinclude/asm-mips/mach-lasat | ||
394 | load-$(CONFIG_LASAT) += 0xffffffff80000000 | ||
395 | |||
396 | # | 392 | # |
397 | # Common VR41xx | 393 | # Common VR41xx |
398 | # | 394 | # |
@@ -641,11 +637,6 @@ core-y += arch/mips/kernel/ arch/mips/mm/ arch/mips/math-emu/ | |||
641 | 637 | ||
642 | drivers-$(CONFIG_OPROFILE) += arch/mips/oprofile/ | 638 | drivers-$(CONFIG_OPROFILE) += arch/mips/oprofile/ |
643 | 639 | ||
644 | ifdef CONFIG_LASAT | ||
645 | rom.bin rom.sw: vmlinux | ||
646 | $(Q)$(MAKE) $(build)=arch/mips/lasat/image $@ | ||
647 | endif | ||
648 | |||
649 | # | 640 | # |
650 | # Some machines like the Indy need 32-bit ELF binaries for booting purposes. | 641 | # Some machines like the Indy need 32-bit ELF binaries for booting purposes. |
651 | # Other need ECOFF, so we build a 32-bit ELF binary for them which we then | 642 | # Other need ECOFF, so we build a 32-bit ELF binary for them which we then |
@@ -715,7 +706,6 @@ endif | |||
715 | 706 | ||
716 | archclean: | 707 | archclean: |
717 | @$(MAKE) $(clean)=arch/mips/boot | 708 | @$(MAKE) $(clean)=arch/mips/boot |
718 | @$(MAKE) $(clean)=arch/mips/lasat | ||
719 | 709 | ||
720 | CLEAN_FILES += vmlinux.32 \ | 710 | CLEAN_FILES += vmlinux.32 \ |
721 | vmlinux.64 \ | 711 | vmlinux.64 \ |