1
0
Fork 0
forked from len0rd/rockbox

Enable ARM EQ support.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8518 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thom Johansen 2006-02-01 08:36:56 +00:00
parent 146fe6cfb5
commit 98c37c7f89
2 changed files with 3 additions and 1 deletions

View file

@ -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