diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-09-28 23:54:40 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-09-28 23:54:40 +0000 |
commit | 29b383eab33a935fe129ed230b5ac925379ad5a5 (patch) | |
tree | 816a77063b58424063e0bdc72d0836610a651dbb /arch | |
parent | cdc445210d0f60c3f29279da7369c99747f602ea (diff) |
Orion support is now an object file, no longer an archive.
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/Makefile | 2 |
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 |