summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES12
1 files changed, 12 insertions, 0 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 4dca1c1563..60adcbe59c 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -355,6 +355,8 @@ target/arm/tcc77x/crt0.S
355target/arm/tcc780x/crt0.S 355target/arm/tcc780x/crt0.S
356#elif CONFIG_CPU==IMX31L 356#elif CONFIG_CPU==IMX31L
357target/arm/imx31/crt0.S 357target/arm/imx31/crt0.S
358#elif CONFIG_CPU==S5L8700
359target/arm/s5l8700/crt0.S
358#elif defined(CPU_ARM) 360#elif defined(CPU_ARM)
359target/arm/crt0.S 361target/arm/crt0.S
360#endif /* defined(CPU_*) */ 362#endif /* defined(CPU_*) */
@@ -1042,3 +1044,13 @@ target/arm/tcc780x/cowond2/audio-cowond2.c
1042#endif /* BOOTLOADER */ 1044#endif /* BOOTLOADER */
1043#endif /* SIMULATOR */ 1045#endif /* SIMULATOR */
1044#endif /* COWON_D2 */ 1046#endif /* COWON_D2 */
1047
1048#ifdef MEIZU_M6SL
1049target/arm/s5l8700/system-s5l8700.c
1050target/arm/s5l8700/ata-nand-s5l8700.c
1051target/arm/s5l8700/meizu-m6sl/lcd-m6sl.c
1052#ifndef SIMULATOR
1053#ifndef BOOTLOADER
1054#endif /* BOOTLOADER */
1055#endif /* SIMULATOR */
1056#endif /* MEIZU_M6SL */