From 9fdbd25eafb8a1871c5b2578ca4b315abad25c88 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 30 Jan 2004 21:11:18 +0000 Subject: Paul Mundt, lethal at linux-sh dot org writes: Boredom got the better of me, here's strlen() for sh64.. --- libc/string/sh64/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/string/sh64/Makefile') diff --git a/libc/string/sh64/Makefile b/libc/string/sh64/Makefile index da2c28416..5c82e083f 100644 --- a/libc/string/sh64/Makefile +++ b/libc/string/sh64/Makefile @@ -19,7 +19,7 @@ TOPDIR=../../../ include $(TOPDIR)Rules.mak -SSRC= memcpy.S memset.S strcpy.S +SSRC= memcpy.S memset.S strcpy.S strlen.S SOBJS=$(patsubst %.S,%.o, $(SSRC)) all: $(SOBJS) $(LIBC) -- cgit v1.2.3