summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES14
1 files changed, 13 insertions, 1 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 610cc42112..21917de72d 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -269,6 +269,8 @@ drivers/rtc/rtc_s35390a.c
269drivers/rtc/rtc_s35380a.c 269drivers/rtc/rtc_s35380a.c
270#elif (CONFIG_RTC == RTC_D2) 270#elif (CONFIG_RTC == RTC_D2)
271drivers/rtc/rtc_d2.c 271drivers/rtc/rtc_d2.c
272#elif (CONFIG_RTC == RTC_IMX233)
273drivers/rtc/rtc_imx233.c
272#endif /* (CONFIG_RTC == RTC_) */ 274#endif /* (CONFIG_RTC == RTC_) */
273#endif /* PLATFORM_NATIVE */ 275#endif /* PLATFORM_NATIVE */
274 276
@@ -490,6 +492,7 @@ target/arm/pnx0101/timer-pnx0101.c
490#endif 492#endif
491 493
492#if CONFIG_CPU == IMX233 494#if CONFIG_CPU == IMX233
495target/arm/mmu-arm.S
493target/arm/imx233/lcdif-imx233.c 496target/arm/imx233/lcdif-imx233.c
494target/arm/imx233/clkctrl-imx233.c 497target/arm/imx233/clkctrl-imx233.c
495target/arm/imx233/system-imx233.c 498target/arm/imx233/system-imx233.c
@@ -499,9 +502,15 @@ target/arm/imx233/kernel-imx233.c
499target/arm/imx233/sd-imx233.c 502target/arm/imx233/sd-imx233.c
500target/arm/imx233/mmc-imx233.c 503target/arm/imx233/mmc-imx233.c
501target/arm/imx233/ssp-imx233.c 504target/arm/imx233/ssp-imx233.c
502target/arm/imx233/usb-imx233.c
503target/arm/imx233/dma-imx233.c 505target/arm/imx233/dma-imx233.c
504target/arm/imx233/pinctrl-imx233.c 506target/arm/imx233/pinctrl-imx233.c
507target/arm/imx233/power-imx233.c
508target/arm/imx233/powermgmt-imx233.c
509target/arm/imx233/adc-imx233.c
510target/arm/imx233/debug-imx233.c
511#if !defined(BOOTLOADER) || defined(HAVE_BOOTLOADER_USB_MODE)
512target/arm/imx233/usb-imx233.c
513#endif
505#endif /* IMX233 */ 514#endif /* IMX233 */
506 515
507#if CONFIG_CPU == AS3525 || CONFIG_CPU == AS3525v2 516#if CONFIG_CPU == AS3525 || CONFIG_CPU == AS3525v2
@@ -1456,10 +1465,13 @@ target/arm/as3525/lcd-as-e200v2-fuze-fuzev2.S
1456#ifndef SIMULATOR 1465#ifndef SIMULATOR
1457drivers/synaptics-rmi.c 1466drivers/synaptics-rmi.c
1458drivers/generic_i2c.c 1467drivers/generic_i2c.c
1468target/arm/lcd-as-memframe.S
1459target/arm/imx233/sansa-fuzeplus/fmradio-i2c-fuzeplus.c 1469target/arm/imx233/sansa-fuzeplus/fmradio-i2c-fuzeplus.c
1460target/arm/imx233/sansa-fuzeplus/backlight-fuzeplus.c 1470target/arm/imx233/sansa-fuzeplus/backlight-fuzeplus.c
1461target/arm/imx233/sansa-fuzeplus/lcd-fuzeplus.c 1471target/arm/imx233/sansa-fuzeplus/lcd-fuzeplus.c
1462target/arm/imx233/sansa-fuzeplus/button-fuzeplus.c 1472target/arm/imx233/sansa-fuzeplus/button-fuzeplus.c
1473target/arm/imx233/sansa-fuzeplus/debug-fuzeplus.c
1474target/arm/imx233/sansa-fuzeplus/power-fuzeplus.c
1463#endif /* SIMULATOR */ 1475#endif /* SIMULATOR */
1464#endif 1476#endif
1465 1477