diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-12-09 23:31:04 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-12-09 23:31:04 +0000 |
commit | 94957176ee8af6d922ea52509a6e82f987eb95b2 (patch) | |
tree | 49984922085301395f8141cb1267984c1e5cf09b /arch/mips/Makefile | |
parent | a5369a3419a6445ac95c597a9d0f3226b12fe7c7 (diff) |
Remove Cosine Orion support.
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r-- | arch/mips/Makefile | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index 951f26ded..84a06b421 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile @@ -187,15 +187,6 @@ LOADADDR += 0x80080000 endif # -# Orion Board -# -ifdef CONFIG_ORION -CORE_FILES += arch/mips/orion/orion.o -SUBDIRS += arch/mips/orion -LINKSCRIPT = arch/mips/orion/ld.script.orion -endif - -# # Galileo EV64120 Board # ifdef CONFIG_MIPS_EV64120 @@ -246,13 +237,6 @@ balo: vmlinux endif -ifdef CONFIG_ORION -ORIONBOOT = $(MAKE) -C arch/$(ARCH)/orion - -orionboot: - $(ORIONBOOT) orionboot -endif - ifdef CONFIG_MIPS_EV64120 GALILEOBOOT = $(MAKE) -C arch/$(ARCH)/galileo-boards/ev64120 |