summaryrefslogtreecommitdiff
path: root/libc/string/sh64/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-01-30 21:11:18 +0000
committerEric Andersen <andersen@codepoet.org>2004-01-30 21:11:18 +0000
commit9fdbd25eafb8a1871c5b2578ca4b315abad25c88 (patch)
treecfe14c42d60b80a4bde40f83fad36d994fb9bb4f /libc/string/sh64/Makefile
parentde2873b9c664cd1bd465e8cd59615f5adf6a0008 (diff)
Paul Mundt, lethal at linux-sh dot org writes:
Boredom got the better of me, here's strlen() for sh64..
Diffstat (limited to 'libc/string/sh64/Makefile')
-rw-r--r--libc/string/sh64/Makefile2
1 files changed, 1 insertions, 1 deletions
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)