summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES4
1 files changed, 3 insertions, 1 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 40e0f36773..54e4530ea9 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -535,10 +535,12 @@ target/arm/imx233/adc-imx233.c
535target/arm/imx233/lradc-imx233.c 535target/arm/imx233/lradc-imx233.c
536target/arm/imx233/pwm-imx233.c 536target/arm/imx233/pwm-imx233.c
537target/arm/imx233/rtc-imx233.c 537target/arm/imx233/rtc-imx233.c
538#if IMX233_SUBTARGET >= 3700
538target/arm/imx233/dcp-imx233.c 539target/arm/imx233/dcp-imx233.c
540#endif
539target/arm/imx233/emi-imx233.c 541target/arm/imx233/emi-imx233.c
540target/arm/imx233/uartdbg-imx233.c 542target/arm/imx233/uartdbg-imx233.c
541# ifdef HAVE_TOUCHSCREEN 543# if defined(HAVE_TOUCHSCREEN) || defined(HAVE_TOUCHPAD_IMX233)
542target/arm/imx233/touchscreen-imx233.c 544target/arm/imx233/touchscreen-imx233.c
543# endif 545# endif
544#ifndef BOOTLOADER 546#ifndef BOOTLOADER