1
0
Fork 0
forked from len0rd/rockbox

Trivial changes to make the main Rockbox builds for the Sansa m200 and Logik DAX ports compile. Note that some codecs are currently disabled (due to lowmem on these targets), but that needs more work and analysis to decide how much RAM we want to allocate to codecs.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18566 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dave Chapman 2008-09-22 19:15:18 +00:00
parent 80458b6222
commit 85807cd44e
13 changed files with 482 additions and 45 deletions

View file

@ -987,8 +987,10 @@ target/arm/tcc77x/usb-tcc77x.c
target/arm/tcc77x/logikdax/button-logikdax.c
target/arm/tcc77x/logikdax/power-logikdax.c
#ifndef BOOTLOADER
target/arm/wmcodec-telechips.c
target/arm/tcc77x/debug-tcc77x.c
target/arm/pcm-telechips.c
target/arm/tcc77x/logikdax/audio-logikdax.c
#endif /* BOOTLOADER */
#endif /* SIMULATOR */
#endif /* LOGIK_DAX */
@ -1007,8 +1009,10 @@ target/arm/tcc77x/usb-tcc77x.c
target/arm/tcc77x/m200/button-m200.c
target/arm/tcc77x/m200/power-m200.c
#ifndef BOOTLOADER
target/arm/wmcodec-telechips.c
target/arm/tcc77x/debug-tcc77x.c
target/arm/pcm-telechips.c
target/arm/tcc77x/m200/audio-m200.c
#endif /* BOOTLOADER */
#endif /* SIMULATOR */
#endif /* SANSA_M200 */