summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index b1024d97da..2414682bb4 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -1676,9 +1676,12 @@ target/mips/ingenic_x1000/msc-x1000.c
1676#if (CONFIG_STORAGE & STORAGE_SD) 1676#if (CONFIG_STORAGE & STORAGE_SD)
1677target/mips/ingenic_x1000/sd-x1000.c 1677target/mips/ingenic_x1000/sd-x1000.c
1678#endif 1678#endif
1679#ifdef BOOTLOADER
1680target/mips/ingenic_x1000/installer-x1000.c
1679target/mips/ingenic_x1000/spl-start.S 1681target/mips/ingenic_x1000/spl-start.S
1680target/mips/ingenic_x1000/spl-x1000.c 1682target/mips/ingenic_x1000/spl-x1000.c
1681common/ucl_decompress.c 1683common/ucl_decompress.c
1684#endif
1682#endif /* CONFIG_CPU == X1000 */ 1685#endif /* CONFIG_CPU == X1000 */
1683 1686
1684#if defined(ONDA_VX747) || defined(ONDA_VX747P) || defined(ONDA_VX777) 1687#if defined(ONDA_VX747) || defined(ONDA_VX747P) || defined(ONDA_VX777)
@@ -1711,9 +1714,6 @@ target/mips/ingenic_x1000/fiiom3k/button-fiiom3k.c
1711target/mips/ingenic_x1000/fiiom3k/lcd-fiiom3k.c 1714target/mips/ingenic_x1000/fiiom3k/lcd-fiiom3k.c
1712target/mips/ingenic_x1000/fiiom3k/power-fiiom3k.c 1715target/mips/ingenic_x1000/fiiom3k/power-fiiom3k.c
1713target/mips/ingenic_x1000/fiiom3k/spl-fiiom3k.c 1716target/mips/ingenic_x1000/fiiom3k/spl-fiiom3k.c
1714#ifdef BOOTLOADER
1715target/mips/ingenic_x1000/fiiom3k/installer-fiiom3k.c
1716#endif
1717#endif /* FIIO_M3K */ 1717#endif /* FIIO_M3K */
1718 1718
1719#if defined(LYRE_PROTO1) 1719#if defined(LYRE_PROTO1)