summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
authorMarc Guay <marcguay@rockbox.org>2009-06-01 12:37:25 +0000
committerMarc Guay <marcguay@rockbox.org>2009-06-01 12:37:25 +0000
commit86ce407803ee3575215e4535dada8f5b983f966f (patch)
tree4b8460897e930f87e79a95b7cd8924cec7f9aaed /firmware/SOURCES
parentf5db6b9ce360b245ed46aeed9597d1c5d80c6074 (diff)
downloadrockbox-86ce407803ee3575215e4535dada8f5b983f966f.tar.gz
rockbox-86ce407803ee3575215e4535dada8f5b983f966f.zip
c100: Get a regular build compiling. Very little functionality.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21153 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES11
1 files changed, 6 insertions, 5 deletions
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
1086#ifdef SANSA_C100 1086#ifdef SANSA_C100
1087#ifndef SIMULATOR 1087#ifndef SIMULATOR
1088drivers/nand_id.c 1088drivers/nand_id.c
1089target/arm/tcc77x/adc-tcc77x.c 1089target/arm/usb-tcc.c
1090target/arm/tcc77x/kernel-tcc77x.c
1091target/arm/tcc77x/c100/lcd-S6B33B2.c
1092target/arm/tcc77x/powermgmt-tcc77x.c
1093target/arm/tcc77x/system-tcc77x.c 1090target/arm/tcc77x/system-tcc77x.c
1091target/arm/tcc77x/kernel-tcc77x.c
1094target/arm/tcc77x/timer-tcc77x.c 1092target/arm/tcc77x/timer-tcc77x.c
1095target/arm/usb-tcc.c 1093target/arm/tcc77x/adc-tcc77x.c
1094target/arm/tcc77x/powermgmt-tcc77x.c
1095target/arm/tcc77x/c100/lcd-S6B33B2.c
1096target/arm/tcc77x/c100/button-c100.c 1096target/arm/tcc77x/c100/button-c100.c
1097target/arm/tcc77x/c100/power-c100.c 1097target/arm/tcc77x/c100/power-c100.c
1098#ifndef BOOTLOADER 1098#ifndef BOOTLOADER
1099target/arm/tcc77x/debug-tcc77x.c 1099target/arm/tcc77x/debug-tcc77x.c
1100target/arm/pcm-telechips.c 1100target/arm/pcm-telechips.c
1101target/arm/tcc77x/c100/audio-c100.c
1101#endif /* BOOTLOADER */ 1102#endif /* BOOTLOADER */
1102#endif /* SIMULATOR */ 1103#endif /* SIMULATOR */
1103#endif /* SANSA_C100 */ 1104#endif /* SANSA_C100 */