From 6b566568ebdb9e06a0f007606cce98ac996d541a Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Mon, 10 Nov 2008 11:04:43 +0000 Subject: Fix Clip firmware building by adding missing symbols Implement some of the new functions Use as3514 rtc Add AS3525 case in rolo.c Copy card_get_info_target() from ata-sd-pp.c , and use the correct 32bits words order git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19064 a1c6a512-1295-4272-9138-f99709370657 --- firmware/SOURCES | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'firmware/SOURCES') diff --git a/firmware/SOURCES b/firmware/SOURCES index 2564a88812..859ae24920 100644 --- a/firmware/SOURCES +++ b/firmware/SOURCES @@ -336,7 +336,19 @@ target/arm/pnx0101/system-pnx0101.c target/arm/as3525/system-as3525.c target/arm/as3525/kernel-as3525.c target/arm/as3525/ata_sd_as3525.c -#endif +target/arm/as3525/power-as3525.c +target/arm/as3525/usb-as3525.c +#ifndef BOOTLOADER +target/arm/as3525/adc-as3525.c +target/arm/as3525/pcm-as3525.c +target/arm/as3525/audio-as3525.c +target/arm/as3525/debug-as3525.c +target/arm/as3525/i2s-as3525.c +target/arm/as3525/i2c-as3525.c +drivers/rtc/rtc_as3514.c +target/arm/as3525/powermgmt-as3525.c +#endif /* BOOTLOADER */ +#endif /* CONFIG_CPU == AS3525 */ #if defined(CPU_PP) target/arm/kernel-pp.c -- cgit v1.2.3