diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-03-07 15:40:34 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 19:30:54 +0100 |
commit | 07b4ebd372139eb64a2898f17f2cc387b22feba8 (patch) | |
tree | fbfb6161385f872ca293b01489a83177939f1627 /arch/mips/arc | |
parent | 6d7bf017e821f3c093c80d1ee919d8d87904701c (diff) | |
download | talos-op-linux-07b4ebd372139eb64a2898f17f2cc387b22feba8.tar.gz talos-op-linux-07b4ebd372139eb64a2898f17f2cc387b22feba8.zip |
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 @@ # lib-y += cmdline.o env.o file.o identify.o init.o \ - misc.o time.o tree.o + misc.o salone.o time.o tree.o lib-$(CONFIG_ARC_MEMORY) += memory.o lib-$(CONFIG_ARC_CONSOLE) += arc_con.o |