diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-03-07 10:40:34 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:30:54 -0400 |
commit | 07b4ebd372139eb64a2898f17f2cc387b22feba8 (patch) | |
tree | fbfb6161385f872ca293b01489a83177939f1627 /arch/mips/arc | |
parent | 6d7bf017e821f3c093c80d1ee919d8d87904701c (diff) |
Put salone.o back into arclib. It's a lib so doesn't harm if unused atm.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/arc')
-rw-r--r-- | arch/mips/arc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/arc/Makefile b/arch/mips/arc/Makefile index e8424932e1a3..4f349ec1ea2d 100644 --- a/arch/mips/arc/Makefile +++ b/arch/mips/arc/Makefile | |||
@@ -3,7 +3,7 @@ | |||
3 | # | 3 | # |
4 | 4 | ||
5 | lib-y += cmdline.o env.o file.o identify.o init.o \ | 5 | lib-y += cmdline.o env.o file.o identify.o init.o \ |
6 | misc.o time.o tree.o | 6 | misc.o salone.o time.o tree.o |
7 | 7 | ||
8 | lib-$(CONFIG_ARC_MEMORY) += memory.o | 8 | lib-$(CONFIG_ARC_MEMORY) += memory.o |
9 | lib-$(CONFIG_ARC_CONSOLE) += arc_con.o | 9 | lib-$(CONFIG_ARC_CONSOLE) += arc_con.o |