summaryrefslogtreecommitdiff
path: root/rgo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'rgo/Makefile')
-rw-r--r--rgo/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/rgo/Makefile b/rgo/Makefile
index 4a4e29e..76282be 100644
--- a/rgo/Makefile
+++ b/rgo/Makefile
@@ -1,7 +1,11 @@
SRCS_ASM = \
+ src/fndbyte.S \
src/fndchr.S \
src/memcpy.S \
+ src/memeq.S \
src/memfill.S \
+ src/streq.S \
+ src/strcpy.S \
src/strlen.S
SRCS_C = \
src/memdup.c \