summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2013-06-18 16:41:23 +0200
committerAmaury Pouly <amaury.pouly@gmail.com>2013-06-18 16:41:23 +0200
commit27aca8f2761a0715061e893cbf70f172dbd8e2bb (patch)
tree3a7902a68bd335e7a92e443592a4cf90f5458011 /firmware/SOURCES
parent0b6198f8a859700e3816254222e31466014ea553 (diff)
downloadrockbox-27aca8f2761a0715061e893cbf70f172dbd8e2bb.tar.gz
rockbox-27aca8f2761a0715061e893cbf70f172dbd8e2bb.zip
imx233: don't dcp on stmp3600, allow touchscreen with HAVE_*
Change-Id: Icb9dd3c9b9abdf1c013a78d67576ac857a7f010f
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