summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 199c4cb80e..2fca3ffab5 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -37,7 +37,7 @@ common/timefuncs.c
37#if CONFIG_CPU == SH7034 37#if CONFIG_CPU == SH7034
38common/memcpy_a.S 38common/memcpy_a.S
39common/memset_a.S 39common/memset_a.S
40#elif CONFIG_CPU == MCF5249 40#elif defined(CPU_COLDFIRE)
41common/memcpy.c 41common/memcpy.c
42common/memset_a.S 42common/memset_a.S
43#else 43#else