summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES8
1 files changed, 8 insertions, 0 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index ef57afc52b..5295b3512f 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -513,12 +513,16 @@ target/arm/imx233/pinctrl-imx233.c
513target/arm/imx233/power-imx233.c 513target/arm/imx233/power-imx233.c
514target/arm/imx233/powermgmt-imx233.c 514target/arm/imx233/powermgmt-imx233.c
515target/arm/imx233/adc-imx233.c 515target/arm/imx233/adc-imx233.c
516target/arm/imx233/lradc-imx233.c
516target/arm/imx233/debug-imx233.c 517target/arm/imx233/debug-imx233.c
517#if !defined(BOOTLOADER) || defined(HAVE_BOOTLOADER_USB_MODE) 518#if !defined(BOOTLOADER) || defined(HAVE_BOOTLOADER_USB_MODE)
518target/arm/imx233/usb-imx233.c 519target/arm/imx233/usb-imx233.c
519#endif 520#endif
520#ifndef BOOTLOADER 521#ifndef BOOTLOADER
522#ifdef HAVE_IMX233_CODEC
521target/arm/imx233/pcm-imx233.c 523target/arm/imx233/pcm-imx233.c
524target/arm/imx233/audiohw-imx233.c
525#endif
522target/arm/imx233/timer-imx233.c 526target/arm/imx233/timer-imx233.c
523#endif 527#endif
524#endif /* IMX233 */ 528#endif /* IMX233 */
@@ -1482,6 +1486,10 @@ target/arm/imx233/sansa-fuzeplus/lcd-fuzeplus.c
1482target/arm/imx233/sansa-fuzeplus/button-fuzeplus.c 1486target/arm/imx233/sansa-fuzeplus/button-fuzeplus.c
1483target/arm/imx233/sansa-fuzeplus/debug-fuzeplus.c 1487target/arm/imx233/sansa-fuzeplus/debug-fuzeplus.c
1484target/arm/imx233/sansa-fuzeplus/power-fuzeplus.c 1488target/arm/imx233/sansa-fuzeplus/power-fuzeplus.c
1489target/arm/imx233/sansa-fuzeplus/adc-fuzeplus.c
1490#ifndef BOOTLOADER
1491target/arm/imx233/sansa-fuzeplus/audio-fuzeplus.c
1492#endif
1485#endif /* SIMULATOR */ 1493#endif /* SIMULATOR */
1486#endif 1494#endif
1487 1495