summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index e08d986ec1..cdd2271ba8 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -21,7 +21,11 @@ common/strcat.c
21common/strchr.c 21common/strchr.c
22common/strcmp.c 22common/strcmp.c
23common/strcpy.c 23common/strcpy.c
24#if CONFIG_CPU == SH7034
25common/strlen_a.S
26#else
24common/strlen.c 27common/strlen.c
28#endif
25common/strncmp.c 29common/strncmp.c
26common/strncpy.c 30common/strncpy.c
27common/strrchr.c 31common/strrchr.c