1
0
Fork 0
forked from len0rd/rockbox

Make Philips SA9200 build again

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20226 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Mark Arigo 2009-03-07 04:41:37 +00:00
parent a88d5f045f
commit da1ca5177f
4 changed files with 61 additions and 17 deletions

View file

@ -534,16 +534,17 @@ target/arm/sandisk/audio-c200_e200.c
#ifdef PHILIPS_SA9200
#ifndef SIMULATOR
target/arm/ata-sd-pp.c
target/arm/philips/sa9200/lcd-sa9200.c
target/arm/adc-as3514.c
target/arm/ascodec-pp.c
target/arm/philips/sa9200/backlight-sa9200.c
target/arm/ata-sd-pp.c
target/arm/i2s-pp.c
target/arm/powermgmt-ascodec.c
target/arm/usb-fw-pp502x.c
target/arm/philips/sa9200/backlight-sa9200.c
target/arm/philips/sa9200/button-sa9200.c
target/arm/philips/sa9200/lcd-sa9200.c
target/arm/philips/sa9200/power-sa9200.c
target/arm/philips/sa9200/powermgmt-sa9200.c
target/arm/i2s-pp.c
#endif /* SIMULATOR */
#endif /* PHILIPS_SA9200 */