summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES14
1 files changed, 13 insertions, 1 deletions
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
336target/arm/as3525/system-as3525.c 336target/arm/as3525/system-as3525.c
337target/arm/as3525/kernel-as3525.c 337target/arm/as3525/kernel-as3525.c
338target/arm/as3525/ata_sd_as3525.c 338target/arm/as3525/ata_sd_as3525.c
339#endif 339target/arm/as3525/power-as3525.c
340target/arm/as3525/usb-as3525.c
341#ifndef BOOTLOADER
342target/arm/as3525/adc-as3525.c
343target/arm/as3525/pcm-as3525.c
344target/arm/as3525/audio-as3525.c
345target/arm/as3525/debug-as3525.c
346target/arm/as3525/i2s-as3525.c
347target/arm/as3525/i2c-as3525.c
348drivers/rtc/rtc_as3514.c
349target/arm/as3525/powermgmt-as3525.c
350#endif /* BOOTLOADER */
351#endif /* CONFIG_CPU == AS3525 */
340 352
341#if defined(CPU_PP) 353#if defined(CPU_PP)
342target/arm/kernel-pp.c 354target/arm/kernel-pp.c