summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 4e32266..880d03a 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -38,9 +38,11 @@ common/strtok.c
common/timefuncs.c
#if (CONFIG_CPU == SH7034) || defined(CPU_COLDFIRE)
common/memcpy_a.S
+common/memmove_a.S
common/memset_a.S
#else
common/memcpy.c
+common/memmove.c
common/memset.c
#endif
#ifdef HAVE_LCD_CHARCELLS