summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES7
1 files changed, 7 insertions, 0 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 54e4530ea9..5f1ae3d31c 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -35,6 +35,9 @@ load_code.c
35#ifdef RB_PROFILE 35#ifdef RB_PROFILE
36profile.c 36profile.c
37#endif /* RB_PROFILE */ 37#endif /* RB_PROFILE */
38#if !defined(RKW_FORMAT) && !defined(MI4_FORMAT) && defined(MODEL_NUMBER)
39common/rb-loader.c
40#endif
38#if !defined(BOOTLOADER) || defined(CPU_SH) 41#if !defined(BOOTLOADER) || defined(CPU_SH)
39rolo.c 42rolo.c
40#endif /* !defined(BOOTLOADER) || defined(CPU_SH) */ 43#endif /* !defined(BOOTLOADER) || defined(CPU_SH) */
@@ -139,6 +142,9 @@ libc/gmtime.c
139common/version.c 142common/version.c
140common/config.c 143common/config.c
141common/crc32.c 144common/crc32.c
145#ifdef MODEL_NUMBER
146common/loader_strerror.c
147#endif
142#ifdef MI4_FORMAT 148#ifdef MI4_FORMAT
143common/crc32-mi4.c 149common/crc32-mi4.c
144#endif 150#endif
@@ -594,6 +600,7 @@ target/arm/as3525/pcm-as3525.c
594target/arm/pp/i2s-pp.c 600target/arm/pp/i2s-pp.c
595target/arm/pp/kernel-pp.c 601target/arm/pp/kernel-pp.c
596target/arm/pp/timer-pp.c 602target/arm/pp/timer-pp.c
603target/arm/pp/mi4-loader.c
597# if CONFIG_STORAGE & STORAGE_SD 604# if CONFIG_STORAGE & STORAGE_SD
598target/arm/pp/ata-sd-pp.c 605target/arm/pp/ata-sd-pp.c
599# endif 606# endif