diff options
| author | Amaury Pouly <amaury.pouly@gmail.com> | 2013-11-19 19:04:03 +0000 |
|---|---|---|
| committer | Amaury Pouly <amaury.pouly@gmail.com> | 2013-11-19 19:04:03 +0000 |
| commit | c2c2274e0adacc1a0c5bdb57fa1367badb7b047f (patch) | |
| tree | de5477d9b65a50bf5b5e693b1254ac653564c925 /firmware/SOURCES | |
| parent | 287be81c16ef52484403c9f08bbf80465da6263b (diff) | |
| download | rockbox-c2c2274e0adacc1a0c5bdb57fa1367badb7b047f.zip rockbox-c2c2274e0adacc1a0c5bdb57fa1367badb7b047f.tar.gz rockbox-c2c2274e0adacc1a0c5bdb57fa1367badb7b047f.tar.bz2 rockbox-c2c2274e0adacc1a0c5bdb57fa1367badb7b047f.tar.xz | |
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/SOURCES | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES index 49a4edc..5cdc379 100644 --- a/firmware/SOURCES +++ b/firmware/SOURCES @@ -1177,7 +1177,6 @@ target/arm/imx233/creative-zen/lcd-zenv.c target/arm/imx233/creative-zen/button-zen.c target/arm/imx233/creative-zen/debug-zen.c target/arm/imx233/creative-zen/power-zen.c -target/arm/imx233/creative-zen/adc-zen.c target/arm/imx233/creative-zen/powermgmt-zen.c target/arm/imx233/button-lradc-imx233.c #endif @@ -1189,7 +1188,6 @@ target/arm/imx233/creative-zenxfi2/lcd-zenxfi2.c target/arm/imx233/creative-zenxfi2/button-zenxfi2.c target/arm/imx233/creative-zenxfi2/debug-zenxfi2.c target/arm/imx233/creative-zenxfi2/power-zenxfi2.c -target/arm/imx233/creative-zenxfi2/adc-zenxfi2.c target/arm/imx233/creative-zenxfi2/powermgmt-zenxfi2.c #endif @@ -1201,7 +1199,6 @@ target/arm/imx233/creative-zenxfi3/lcd-zenxfi3.c target/arm/imx233/creative-zenxfi3/button-zenxfi3.c target/arm/imx233/creative-zenxfi3/debug-zenxfi3.c target/arm/imx233/creative-zenxfi3/power-zenxfi3.c -target/arm/imx233/creative-zenxfi3/adc-zenxfi3.c target/arm/imx233/creative-zenxfi3/powermgmt-zenxfi3.c #endif @@ -1212,7 +1209,6 @@ target/arm/imx233/sony-nwz/backlight-nwz.c target/arm/imx233/sony-nwz/button-nwz.c target/arm/imx233/sony-nwz/debug-nwz.c target/arm/imx233/sony-nwz/power-nwz.c -target/arm/imx233/sony-nwz/adc-nwz.c # if defined(SONY_NWZE360) target/arm/imx233/sony-nwz/lcd-nwze360.c target/arm/imx233/sony-nwz/powermgmt-nwze360.c @@ -1437,7 +1433,6 @@ target/arm/imx233/sansa-fuzeplus/lcd-fuzeplus.c target/arm/imx233/sansa-fuzeplus/button-fuzeplus.c target/arm/imx233/sansa-fuzeplus/debug-fuzeplus.c target/arm/imx233/sansa-fuzeplus/power-fuzeplus.c -target/arm/imx233/sansa-fuzeplus/adc-fuzeplus.c target/arm/imx233/sansa-fuzeplus/powermgmt-fuzeplus.c #endif |