mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-27 07:46:24 -04:00
Factorize ipod mini common code
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31318 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5fdfe86af8
commit
6a032a2db1
1 changed files with 5 additions and 8 deletions
|
|
@ -1209,24 +1209,21 @@ target/arm/ipod/lcd-as-gray.S
|
||||||
target/arm/ipod/power-ipod.c
|
target/arm/ipod/power-ipod.c
|
||||||
#endif /* IPOD_1G2G */
|
#endif /* IPOD_1G2G */
|
||||||
|
|
||||||
#ifdef IPOD_MINI
|
#if defined(IPOD_MINI) || defined(IPOD_MINI2G)
|
||||||
drivers/pcf50605.c
|
drivers/pcf50605.c
|
||||||
target/arm/ipod/backlight-mini1g_mini2g.c
|
target/arm/ipod/backlight-mini1g_mini2g.c
|
||||||
target/arm/ipod/button-mini1g.c
|
|
||||||
target/arm/ipod/piezo.c
|
target/arm/ipod/piezo.c
|
||||||
target/arm/ipod/lcd-as-gray.S
|
target/arm/ipod/lcd-as-gray.S
|
||||||
target/arm/ipod/power-ipod.c
|
target/arm/ipod/power-ipod.c
|
||||||
target/arm/ipod/powermgmt-ipod-pcf.c
|
target/arm/ipod/powermgmt-ipod-pcf.c
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifdef IPOD_MINI
|
||||||
|
target/arm/ipod/button-mini1g.c
|
||||||
#endif /* IPOD_MINI */
|
#endif /* IPOD_MINI */
|
||||||
|
|
||||||
#ifdef IPOD_MINI2G
|
#ifdef IPOD_MINI2G
|
||||||
drivers/pcf50605.c
|
|
||||||
target/arm/ipod/backlight-mini1g_mini2g.c
|
|
||||||
target/arm/ipod/button-clickwheel.c
|
target/arm/ipod/button-clickwheel.c
|
||||||
target/arm/ipod/piezo.c
|
|
||||||
target/arm/ipod/lcd-as-gray.S
|
|
||||||
target/arm/ipod/power-ipod.c
|
|
||||||
target/arm/ipod/powermgmt-ipod-pcf.c
|
|
||||||
#endif /* IPOD_MINI2G */
|
#endif /* IPOD_MINI2G */
|
||||||
|
|
||||||
#ifdef IRIVER_IFP7XX
|
#ifdef IRIVER_IFP7XX
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue