summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/SOURCES6
1 files changed, 4 insertions, 2 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 3046cbc340..de42ada0cc 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -1226,14 +1226,16 @@ drivers/qt1106.c
1226#if CONFIG_CPU==JZ4732 1226#if CONFIG_CPU==JZ4732
1227target/mips/ingenic_jz47xx/ata-nand-jz4740.c 1227target/mips/ingenic_jz47xx/ata-nand-jz4740.c
1228target/mips/ingenic_jz47xx/ata-sd-jz4740.c 1228target/mips/ingenic_jz47xx/ata-sd-jz4740.c
1229target/mips/ingenic_jz47xx/codec-jz4740.c
1230target/mips/ingenic_jz47xx/debug-jz4740.c 1229target/mips/ingenic_jz47xx/debug-jz4740.c
1231target/mips/ingenic_jz47xx/kernel-jz4740.c 1230target/mips/ingenic_jz47xx/kernel-jz4740.c
1232target/mips/ingenic_jz47xx/i2c-jz4740.c 1231target/mips/ingenic_jz47xx/i2c-jz4740.c
1233target/mips/ingenic_jz47xx/lcd-jz4740.c 1232target/mips/ingenic_jz47xx/lcd-jz4740.c
1234target/mips/ingenic_jz47xx/pcm-jz4740.c
1235target/mips/ingenic_jz47xx/system-jz4740.c 1233target/mips/ingenic_jz47xx/system-jz4740.c
1236target/mips/ingenic_jz47xx/usb-jz4740.c 1234target/mips/ingenic_jz47xx/usb-jz4740.c
1235#ifndef BOOTLOADER
1236target/mips/ingenic_jz47xx/codec-jz4740.c
1237target/mips/ingenic_jz47xx/pcm-jz4740.c
1238#endif
1237drivers/nand_id.c 1239drivers/nand_id.c
1238#endif 1240#endif
1239 1241