commit | 62d6b66edc68f906138df7ba01efd41a45981586 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Fri Nov 09 14:06:24 2007 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Mon Jan 28 13:18:41 2008 +0900 |
tree | 98477be0c81e3db1a66646ca88db201a8ef6cd53 | |
parent | 7a65eaf4885d1d0afeec45239eaf9208a3235b51 [diff] [blame] |
sh: Move sh32 optimized I/O routines to arch/sh/lib/ Signed-off-by: Paul Mundt <lethal@linux-sh.org>
diff --git a/arch/sh/lib/Makefile b/arch/sh/lib/Makefile index 9dc7b69..6f7ac9e 100644 --- a/arch/sh/lib/Makefile +++ b/arch/sh/lib/Makefile
@@ -2,7 +2,7 @@ # Makefile for SuperH-specific library files.. # -lib-y = delay.o memset.o memmove.o memchr.o \ +lib-y = delay.o io.o memset.o memmove.o memchr.o \ checksum.o strlen.o div64.o div64-generic.o memcpy-y := memcpy.o