summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES21
1 files changed, 20 insertions, 1 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 88e48bb226..1a01fd5af4 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -972,7 +972,26 @@ target/arm/tcc77x/debug-tcc77x.c
972target/arm/tcc77x/pcm-tcc77x.c 972target/arm/tcc77x/pcm-tcc77x.c
973#endif /* BOOTLOADER */ 973#endif /* BOOTLOADER */
974#endif /* SIMULATOR */ 974#endif /* SIMULATOR */
975#endif /* LOGIK_DAX */ 975#endif /* SANSA_M200 */
976
977#ifdef SANSA_C100
978#ifndef SIMULATOR
979target/arm/tcc77x/adc-tcc77x.c
980target/arm/tcc77x/ata-nand-tcc77x.c
981target/arm/tcc77x/kernel-tcc77x.c
982target/arm/tcc77x/c100/lcd-S6B33B2.c
983target/arm/tcc77x/powermgmt-tcc77x.c
984target/arm/tcc77x/system-tcc77x.c
985target/arm/tcc77x/timer-tcc77x.c
986target/arm/tcc77x/usb-tcc77x.c
987target/arm/tcc77x/c100/button-c100.c
988target/arm/tcc77x/c100/power-c100.c
989#ifndef BOOTLOADER
990target/arm/tcc77x/debug-tcc77x.c
991target/arm/tcc77x/pcm-tcc77x.c
992#endif /* BOOTLOADER */
993#endif /* SIMULATOR */
994#endif /* SANSA_C100 */
976 995
977#ifdef IAUDIO_7 996#ifdef IAUDIO_7
978#ifndef SIMULATOR 997#ifndef SIMULATOR