summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2013-11-19 19:04:03 +0000
committerAmaury Pouly <amaury.pouly@gmail.com>2013-11-19 19:04:03 +0000
commitc2c2274e0adacc1a0c5bdb57fa1367badb7b047f (patch)
treede5477d9b65a50bf5b5e693b1254ac653564c925 /firmware/SOURCES
parent287be81c16ef52484403c9f08bbf80465da6263b (diff)
downloadrockbox-c2c2274e0adacc1a0c5bdb57fa1367badb7b047f.tar.gz
rockbox-c2c2274e0adacc1a0c5bdb57fa1367badb7b047f.zip
imx233: factor adc accross targets
The old code allowed each target to specify its adc targets but this proved useless since the target rely directly on imx233/lradc for input method and generic adc is mostly used for battery and debug. Remove all target specific files and provide a generic implemenation. The targets can still specify a battery temperature channel in powermgmt-target.h Change-Id: I68cf2e3e46379d174ac6d774ffb237bb15a19ae3
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES5
1 files changed, 0 insertions, 5 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 49a4edcc1d..5cdc37976a 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -1177,7 +1177,6 @@ target/arm/imx233/creative-zen/lcd-zenv.c
1177target/arm/imx233/creative-zen/button-zen.c 1177target/arm/imx233/creative-zen/button-zen.c
1178target/arm/imx233/creative-zen/debug-zen.c 1178target/arm/imx233/creative-zen/debug-zen.c
1179target/arm/imx233/creative-zen/power-zen.c 1179target/arm/imx233/creative-zen/power-zen.c
1180target/arm/imx233/creative-zen/adc-zen.c
1181target/arm/imx233/creative-zen/powermgmt-zen.c 1180target/arm/imx233/creative-zen/powermgmt-zen.c
1182target/arm/imx233/button-lradc-imx233.c 1181target/arm/imx233/button-lradc-imx233.c
1183#endif 1182#endif
@@ -1189,7 +1188,6 @@ target/arm/imx233/creative-zenxfi2/lcd-zenxfi2.c
1189target/arm/imx233/creative-zenxfi2/button-zenxfi2.c 1188target/arm/imx233/creative-zenxfi2/button-zenxfi2.c
1190target/arm/imx233/creative-zenxfi2/debug-zenxfi2.c 1189target/arm/imx233/creative-zenxfi2/debug-zenxfi2.c
1191target/arm/imx233/creative-zenxfi2/power-zenxfi2.c 1190target/arm/imx233/creative-zenxfi2/power-zenxfi2.c
1192target/arm/imx233/creative-zenxfi2/adc-zenxfi2.c
1193target/arm/imx233/creative-zenxfi2/powermgmt-zenxfi2.c 1191target/arm/imx233/creative-zenxfi2/powermgmt-zenxfi2.c
1194#endif 1192#endif
1195 1193
@@ -1201,7 +1199,6 @@ target/arm/imx233/creative-zenxfi3/lcd-zenxfi3.c
1201target/arm/imx233/creative-zenxfi3/button-zenxfi3.c 1199target/arm/imx233/creative-zenxfi3/button-zenxfi3.c
1202target/arm/imx233/creative-zenxfi3/debug-zenxfi3.c 1200target/arm/imx233/creative-zenxfi3/debug-zenxfi3.c
1203target/arm/imx233/creative-zenxfi3/power-zenxfi3.c 1201target/arm/imx233/creative-zenxfi3/power-zenxfi3.c
1204target/arm/imx233/creative-zenxfi3/adc-zenxfi3.c
1205target/arm/imx233/creative-zenxfi3/powermgmt-zenxfi3.c 1202target/arm/imx233/creative-zenxfi3/powermgmt-zenxfi3.c
1206#endif 1203#endif
1207 1204
@@ -1212,7 +1209,6 @@ target/arm/imx233/sony-nwz/backlight-nwz.c
1212target/arm/imx233/sony-nwz/button-nwz.c 1209target/arm/imx233/sony-nwz/button-nwz.c
1213target/arm/imx233/sony-nwz/debug-nwz.c 1210target/arm/imx233/sony-nwz/debug-nwz.c
1214target/arm/imx233/sony-nwz/power-nwz.c 1211target/arm/imx233/sony-nwz/power-nwz.c
1215target/arm/imx233/sony-nwz/adc-nwz.c
1216# if defined(SONY_NWZE360) 1212# if defined(SONY_NWZE360)
1217target/arm/imx233/sony-nwz/lcd-nwze360.c 1213target/arm/imx233/sony-nwz/lcd-nwze360.c
1218target/arm/imx233/sony-nwz/powermgmt-nwze360.c 1214target/arm/imx233/sony-nwz/powermgmt-nwze360.c
@@ -1437,7 +1433,6 @@ target/arm/imx233/sansa-fuzeplus/lcd-fuzeplus.c
1437target/arm/imx233/sansa-fuzeplus/button-fuzeplus.c 1433target/arm/imx233/sansa-fuzeplus/button-fuzeplus.c
1438target/arm/imx233/sansa-fuzeplus/debug-fuzeplus.c 1434target/arm/imx233/sansa-fuzeplus/debug-fuzeplus.c
1439target/arm/imx233/sansa-fuzeplus/power-fuzeplus.c 1435target/arm/imx233/sansa-fuzeplus/power-fuzeplus.c
1440target/arm/imx233/sansa-fuzeplus/adc-fuzeplus.c
1441target/arm/imx233/sansa-fuzeplus/powermgmt-fuzeplus.c 1436target/arm/imx233/sansa-fuzeplus/powermgmt-fuzeplus.c
1442#endif 1437#endif
1443 1438