summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES34
1 files changed, 34 insertions, 0 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index c81ecf3294..f6d7c2b69f 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -332,6 +332,9 @@ drivers/tuner/ipod_remote_tuner.c
332#if (CONFIG_TUNER & RDA5802) 332#if (CONFIG_TUNER & RDA5802)
333drivers/tuner/rda5802.c 333drivers/tuner/rda5802.c
334#endif /* (CONFIG_TUNER & RDA5802) */ 334#endif /* (CONFIG_TUNER & RDA5802) */
335#if (CONFIG_TUNER & STFM1000)
336drivers/tuner/stfm1000.c
337#endif /* (CONFIG_TUNER & STFM1000) */
335#if defined(HAVE_RDS_CAP) 338#if defined(HAVE_RDS_CAP)
336drivers/rds.c 339drivers/rds.c
337#endif /* HAVE_RDS_CAP */ 340#endif /* HAVE_RDS_CAP */
@@ -504,8 +507,12 @@ target/arm/imx233/clkctrl-imx233.c
504target/arm/imx233/system-imx233.c 507target/arm/imx233/system-imx233.c
505target/arm/imx233/timrot-imx233.c 508target/arm/imx233/timrot-imx233.c
506target/arm/imx233/kernel-imx233.c 509target/arm/imx233/kernel-imx233.c
510# if (CONFIG_STORAGE & STORAGE_SD)
507target/arm/imx233/sd-imx233.c 511target/arm/imx233/sd-imx233.c
512# endif
513# if (CONFIG_STORAGE & STORAGE_MMC)
508target/arm/imx233/mmc-imx233.c 514target/arm/imx233/mmc-imx233.c
515# endif
509target/arm/imx233/partitions-imx233.c 516target/arm/imx233/partitions-imx233.c
510target/arm/imx233/ssp-imx233.c 517target/arm/imx233/ssp-imx233.c
511target/arm/imx233/dma-imx233.c 518target/arm/imx233/dma-imx233.c
@@ -1124,6 +1131,33 @@ target/arm/tms320dm320/creative-zvm/powermgmt-creativezvm.c
1124target/arm/tms320dm320/creative-zvm/usb-creativezvm.c 1131target/arm/tms320dm320/creative-zvm/usb-creativezvm.c
1125#endif /* CREATIVE_ZVx */ 1132#endif /* CREATIVE_ZVx */
1126 1133
1134#ifdef CREATIVE_ZENXFI2
1135target/arm/imx233/creative-zenxfi2/backlight-zenxfi2.c
1136target/arm/imx233/creative-zenxfi2/lcd-zenxfi2.c
1137target/arm/imx233/creative-zenxfi2/button-zenxfi2.c
1138target/arm/imx233/creative-zenxfi2/debug-zenxfi2.c
1139target/arm/imx233/creative-zenxfi2/power-zenxfi2.c
1140target/arm/imx233/creative-zenxfi2/adc-zenxfi2.c
1141target/arm/imx233/creative-zenxfi2/powermgmt-zenxfi2.c
1142#ifndef BOOTLOADER
1143target/arm/imx233/creative-zenxfi2/audio-zenxfi2.c
1144#endif
1145#endif
1146
1147#ifdef CREATIVE_ZENXFI3
1148drivers/mpr121.c
1149target/arm/imx233/creative-zenxfi3/backlight-zenxfi3.c
1150target/arm/imx233/creative-zenxfi3/lcd-zenxfi3.c
1151target/arm/imx233/creative-zenxfi3/button-zenxfi3.c
1152target/arm/imx233/creative-zenxfi3/debug-zenxfi3.c
1153target/arm/imx233/creative-zenxfi3/power-zenxfi3.c
1154target/arm/imx233/creative-zenxfi3/adc-zenxfi3.c
1155target/arm/imx233/creative-zenxfi3/powermgmt-zenxfi3.c
1156#ifndef BOOTLOADER
1157target/arm/imx233/creative-zenxfi3/audio-zenxfi3.c
1158#endif
1159#endif
1160
1127#ifdef SANSA_CONNECT 1161#ifdef SANSA_CONNECT
1128drivers/lcd-memframe.c 1162drivers/lcd-memframe.c
1129target/arm/tms320dm320/sdmmc-dm320.c 1163target/arm/tms320dm320/sdmmc-dm320.c