diff options
| author | Thom Johansen <thomj@rockbox.org> | 2006-01-29 15:37:03 +0000 |
|---|---|---|
| committer | Thom Johansen <thomj@rockbox.org> | 2006-01-29 15:37:03 +0000 |
| commit | 55ff456c4615b4cedc1d936d510abe4d92403b61 (patch) | |
| tree | 076149a8754f5461c830bedfaddf700acc44030d /apps/SOURCES | |
| parent | 7d1117fe4f594c9ef8c7faef3dea701db0526255 (diff) | |
| download | rockbox-55ff456c4615b4cedc1d936d510abe4d92403b61.zip rockbox-55ff456c4615b4cedc1d936d510abe4d92403b61.tar.gz rockbox-55ff456c4615b4cedc1d936d510abe4d92403b61.tar.bz2 rockbox-55ff456c4615b4cedc1d936d510abe4d92403b61.tar.xz | |
Recommit reverted changes and add the missing file...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8484 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/SOURCES')
| -rw-r--r-- | apps/SOURCES | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/SOURCES b/apps/SOURCES index cf17bbc..cd2316f 100644 --- a/apps/SOURCES +++ b/apps/SOURCES @@ -76,4 +76,8 @@ playback.c metadata.c codecs.c dsp.c +eq.c +#if defined(CPU_COLDFIRE) && !defined(SIMULATOR) +eq_cf.S +#endif #endif |