summaryrefslogtreecommitdiff
path: root/apps/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'apps/SOURCES')
-rw-r--r--apps/SOURCES2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/SOURCES b/apps/SOURCES
index cd2316fc24..549070b8d1 100644
--- a/apps/SOURCES
+++ b/apps/SOURCES
@@ -79,5 +79,7 @@ dsp.c
eq.c
#if defined(CPU_COLDFIRE) && !defined(SIMULATOR)
eq_cf.S
+#elif defined(CPU_ARM) && !defined(SIMULATOR)
+eq_arm.S
#endif
#endif