f40bfc9267
Change-Id: Id7f4717d51ed02d67cb9f9cb3c0ada4a81843f97 Reviewed-on: http://gerrit.rockbox.org/137 Reviewed-by: Nils Wallménius <nils@rockbox.org> Tested-by: Nils Wallménius <nils@rockbox.org>
8 lines
94 B
Text
8 lines
94 B
Text
atrac3.c
|
|
#if defined(CPU_ARM)
|
|
atrac3_arm.S
|
|
#if (ARM_ARCH >= 5)
|
|
atrac3_armv5e.S
|
|
#endif
|
|
#endif
|
|
|