aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Makefile
diff options
context:
space:
mode:
authorYoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>2007-07-09 00:10:55 -0400
committerRalf Baechle <ralf@linux-mips.org>2007-07-10 12:33:04 -0400
commitc99cabf034d42c9e4a9c1ed9dfd26411b2fb9b57 (patch)
tree30a696c0ab083427b8865418004f2a8bab96be44 /arch/mips/Makefile
parentecd27b92fbb41f779d857632a69bd45dbaf0f915 (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/Makefile10
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/
389core-$(CONFIG_DDB5477) += arch/mips/ddb5xxx/ddb5477/ 389core-$(CONFIG_DDB5477) += arch/mips/ddb5xxx/ddb5477/
390load-$(CONFIG_DDB5477) += 0xffffffff80100000 390load-$(CONFIG_DDB5477) += 0xffffffff80100000
391 391
392core-$(CONFIG_LASAT) += arch/mips/lasat/
393cflags-$(CONFIG_LASAT) += -Iinclude/asm-mips/mach-lasat
394load-$(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
642drivers-$(CONFIG_OPROFILE) += arch/mips/oprofile/ 638drivers-$(CONFIG_OPROFILE) += arch/mips/oprofile/
643 639
644ifdef CONFIG_LASAT
645rom.bin rom.sw: vmlinux
646 $(Q)$(MAKE) $(build)=arch/mips/lasat/image $@
647endif
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
716archclean: 707archclean:
717 @$(MAKE) $(clean)=arch/mips/boot 708 @$(MAKE) $(clean)=arch/mips/boot
718 @$(MAKE) $(clean)=arch/mips/lasat
719 709
720CLEAN_FILES += vmlinux.32 \ 710CLEAN_FILES += vmlinux.32 \
721 vmlinux.64 \ 711 vmlinux.64 \