summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 87db67d8fd..e8f9da1a07 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -1669,6 +1669,10 @@ target/mips/ingenic_x1000/spl-start.S
1669target/mips/ingenic_x1000/spl-x1000.c 1669target/mips/ingenic_x1000/spl-x1000.c
1670common/ucl_decompress.c 1670common/ucl_decompress.c
1671#endif 1671#endif
1672#if (defined(HAVE_X1000_ICODEC_PLAY) || defined(HAVE_X1000_ICODEC_REC)) \
1673 && !defined(BOOTLOADER)
1674drivers/audio/x1000-codec.c
1675#endif
1672#endif /* CONFIG_CPU == X1000 */ 1676#endif /* CONFIG_CPU == X1000 */
1673 1677
1674#if defined(ONDA_VX747) || defined(ONDA_VX747P) || defined(ONDA_VX777) 1678#if defined(ONDA_VX747) || defined(ONDA_VX747P) || defined(ONDA_VX777)