diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-10-09 22:37:56 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-10-09 22:37:56 +0000 |
commit | 08b0be66ff8bc4be230c2f4bc017d30d73228a7f (patch) | |
tree | d3df37be2932bc0dee4ad190a01950f955df0e85 /arch/mips/Makefile | |
parent | 4ba6edaa94f0b57323bfc4570c085e9da5853b91 (diff) |
More Atlas chainsawing.
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r-- | arch/mips/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index 29694a0d9..14801d3cb 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile @@ -103,13 +103,13 @@ LOADADDR += 0x80040000 endif ifdef CONFIG_MIPS_ATLAS -LIBS += arch/mips/mips-boards/atlas/atlas.a arch/mips/mips-boards/generic/mipsboards.a +LIBS += arch/mips/mips-boards/atlas/atlas.o arch/mips/mips-boards/generic/mipsboards.o SUBDIRS += arch/mips/mips-boards/generic arch/mips/mips-boards/atlas LOADADDR += 0x80100000 endif ifdef CONFIG_MIPS_MALTA -LIBS += arch/mips/mips-boards/malta/malta.a arch/mips/mips-boards/generic/mipsboards.a +LIBS += arch/mips/mips-boards/malta/malta.o arch/mips/mips-boards/generic/mipsboards.o SUBDIRS += arch/mips/mips-boards/malta arch/mips/mips-boards/generic LOADADDR += 0x80100000 endif |