summaryrefslogtreecommitdiff
path: root/libc/string/sh64/Makefile
diff options
context:
space:
mode:
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)