diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-11-09 14:06:24 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-01-28 13:18:41 +0900 |
commit | 62d6b66edc68f906138df7ba01efd41a45981586 (patch) | |
tree | 98477be0c81e3db1a66646ca88db201a8ef6cd53 /arch/sh/lib/Makefile | |
parent | 7a65eaf4885d1d0afeec45239eaf9208a3235b51 (diff) |
sh: Move sh32 optimized I/O routines to arch/sh/lib/
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/lib/Makefile')
-rw-r--r-- | arch/sh/lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/lib/Makefile b/arch/sh/lib/Makefile index 9dc7b698505..6f7ac9eeb54 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 |