summaryrefslogtreecommitdiffstats
path: root/arch/mips/Makefile
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-09-28 23:54:40 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-09-28 23:54:40 +0000
commit29b383eab33a935fe129ed230b5ac925379ad5a5 (patch)
tree816a77063b58424063e0bdc72d0836610a651dbb /arch/mips/Makefile
parentcdc445210d0f60c3f29279da7369c99747f602ea (diff)
Orion support is now an object file, no longer an archive.
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r--arch/mips/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile
index 2e756ab25..dbb23503d 100644
--- a/arch/mips/Makefile
+++ b/arch/mips/Makefile
@@ -158,7 +158,7 @@ endif
# Orion Board
#
ifdef CONFIG_ORION
-LIBS += arch/mips/orion/orionkern.a
+CORE_FILES += arch/mips/orion/orion.o
SUBDIRS += arch/mips/orion
LINKSCRIPT = arch/mips/orion/ld.script.orion
endif