From 86ce407803ee3575215e4535dada8f5b983f966f Mon Sep 17 00:00:00 2001 From: Marc Guay Date: Mon, 1 Jun 2009 12:37:25 +0000 Subject: c100: Get a regular build compiling. Very little functionality. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21153 a1c6a512-1295-4272-9138-f99709370657 --- firmware/SOURCES | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'firmware/SOURCES') diff --git a/firmware/SOURCES b/firmware/SOURCES index 3a78f5540c..8ebdcb79bd 100644 --- a/firmware/SOURCES +++ b/firmware/SOURCES @@ -1086,18 +1086,19 @@ target/arm/tcc77x/m200/audio-m200.c #ifdef SANSA_C100 #ifndef SIMULATOR drivers/nand_id.c -target/arm/tcc77x/adc-tcc77x.c -target/arm/tcc77x/kernel-tcc77x.c -target/arm/tcc77x/c100/lcd-S6B33B2.c -target/arm/tcc77x/powermgmt-tcc77x.c +target/arm/usb-tcc.c target/arm/tcc77x/system-tcc77x.c +target/arm/tcc77x/kernel-tcc77x.c target/arm/tcc77x/timer-tcc77x.c -target/arm/usb-tcc.c +target/arm/tcc77x/adc-tcc77x.c +target/arm/tcc77x/powermgmt-tcc77x.c +target/arm/tcc77x/c100/lcd-S6B33B2.c target/arm/tcc77x/c100/button-c100.c target/arm/tcc77x/c100/power-c100.c #ifndef BOOTLOADER target/arm/tcc77x/debug-tcc77x.c target/arm/pcm-telechips.c +target/arm/tcc77x/c100/audio-c100.c #endif /* BOOTLOADER */ #endif /* SIMULATOR */ #endif /* SANSA_C100 */ -- cgit v1.2.3