summaryrefslogtreecommitdiff
path: root/apps/SOURCES
diff options
context:
space:
mode:
authorThom Johansen <thomj@rockbox.org>2006-03-23 19:59:52 +0000
committerThom Johansen <thomj@rockbox.org>2006-03-23 19:59:52 +0000
commitcc94ae45a7f3b377a359f9652340e8c847da5ac6 (patch)
tree2b5979b5469cf2c690b644b819446372146343ab /apps/SOURCES
parent5f9bd4fb987049ecea077c0a1039f0eee31c118c (diff)
downloadrockbox-cc94ae45a7f3b377a359f9652340e8c847da5ac6.tar.gz
rockbox-cc94ae45a7f3b377a359f9652340e8c847da5ac6.zip
Keep assembler versions of DSP routines in dsp_arch.S files. This also
solves the annoying register allocator problem when not using -fomit-frame-pointer for the Coldfire assembler optimised crossfeed routine. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9215 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/SOURCES')
-rw-r--r--apps/SOURCES1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/SOURCES b/apps/SOURCES
index f34cac9654..dee4e6e002 100644
--- a/apps/SOURCES
+++ b/apps/SOURCES
@@ -75,6 +75,7 @@ codecs.c
75dsp.c 75dsp.c
76eq.c 76eq.c
77#if defined(CPU_COLDFIRE) && !defined(SIMULATOR) 77#if defined(CPU_COLDFIRE) && !defined(SIMULATOR)
78dsp_cf.S
78eq_cf.S 79eq_cf.S
79#elif defined(CPU_ARM) && !defined(SIMULATOR) 80#elif defined(CPU_ARM) && !defined(SIMULATOR)
80eq_arm.S 81eq_arm.S