summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES19
1 files changed, 18 insertions, 1 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index ee1b5c4dc9..a0c0629868 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -402,11 +402,13 @@ target/arm/pnx0101/system-pnx0101.c
402target/arm/pnx0101/timer-pnx0101.c 402target/arm/pnx0101/timer-pnx0101.c
403#endif 403#endif
404 404
405#if CONFIG_CPU == AS3525 405#if CONFIG_CPU == AS3525 || CONFIG_CPU == AS3525v2
406target/arm/as3525/system-as3525.c 406target/arm/as3525/system-as3525.c
407target/arm/as3525/kernel-as3525.c 407target/arm/as3525/kernel-as3525.c
408target/arm/as3525/timer-as3525.c 408target/arm/as3525/timer-as3525.c
409#ifndef SANSA_CLIPV2
409target/arm/as3525/ata_sd_as3525.c 410target/arm/as3525/ata_sd_as3525.c
411#endif
410target/arm/as3525/power-as3525.c 412target/arm/as3525/power-as3525.c
411target/arm/as3525/usb-as3525.c 413target/arm/as3525/usb-as3525.c
412target/arm/as3525/dma-pl081.c 414target/arm/as3525/dma-pl081.c
@@ -1198,6 +1200,21 @@ target/arm/tcc77x/c100/audio-c100.c
1198#endif /* SIMULATOR */ 1200#endif /* SIMULATOR */
1199#endif /* SANSA_C100 */ 1201#endif /* SANSA_C100 */
1200 1202
1203#ifdef SANSA_CLIPV2
1204#ifndef SIMULATOR
1205target/arm/as3525/sansa-clip/lcd-ssd1303.c
1206target/arm/as3525/sansa-clip/lcd-as-clip.S
1207
1208target/arm/as3525/sansa-clipv2/sd-clipv2.c
1209target/arm/as3525/sansa-clipv2/button-clip.c
1210target/arm/as3525/sansa-clipv2/backlight-clip.c
1211#ifndef BOOTLOADER
1212target/arm/powermgmt-ascodec.c
1213target/arm/as3525/sansa-clip/powermgmt-clip.c
1214#endif /* !BOOTLOADER */
1215#endif /* !SIMULATOR */
1216#endif /* SANSA_CLIPV2 */
1217
1201#ifdef SANSA_CLIP 1218#ifdef SANSA_CLIP
1202#ifndef SIMULATOR 1219#ifndef SIMULATOR
1203target/arm/as3525/sansa-clip/lcd-ssd1303.c 1220target/arm/as3525/sansa-clip/lcd-ssd1303.c