rockbox/apps/codecs/libwavpack/SOURCES
Dave Chapman 219b1f58a6 Remove some unrequired SIMULATOR checks - the CPU_* family of defines are never defined for the sim.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14711 a1c6a512-1295-4272-9138-f99709370657
2007-09-15 16:49:28 +00:00

15 lines
146 B
Text

bits.c
float.c
metadata.c
unpack.c
pack.c
words.c
wputils.c
#if defined(CPU_COLDFIRE)
coldfire.S
#endif
#if defined(CPU_ARM)
arm.S
arml.S
#endif