summaryrefslogtreecommitdiff
path: root/apps/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'apps/SOURCES')
-rw-r--r--apps/SOURCES4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/SOURCES b/apps/SOURCES
index 9467914bca..ccc481b07b 100644
--- a/apps/SOURCES
+++ b/apps/SOURCES
@@ -94,10 +94,10 @@ dsp.c
94enc_config.c 94enc_config.c
95#endif 95#endif
96eq.c 96eq.c
97#if defined(CPU_COLDFIRE) && !defined(SIMULATOR) 97#if defined(CPU_COLDFIRE)
98dsp_cf.S 98dsp_cf.S
99eq_cf.S 99eq_cf.S
100#elif defined(CPU_ARM) && !defined(SIMULATOR) 100#elif defined(CPU_ARM)
101dsp_arm.S 101dsp_arm.S
102eq_arm.S 102eq_arm.S
103#endif 103#endif