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:
Rafaël Carré 2011-12-16 00:03:32 +00:00
parent 5fdfe86af8
commit 6a032a2db1

View file

@ -1209,24 +1209,21 @@ target/arm/ipod/lcd-as-gray.S
target/arm/ipod/power-ipod.c
#endif /* IPOD_1G2G */
#ifdef IPOD_MINI
#if defined(IPOD_MINI) || defined(IPOD_MINI2G)
drivers/pcf50605.c
target/arm/ipod/backlight-mini1g_mini2g.c
target/arm/ipod/button-mini1g.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
#ifdef IPOD_MINI
target/arm/ipod/button-mini1g.c
#endif /* IPOD_MINI */
#ifdef IPOD_MINI2G
drivers/pcf50605.c
target/arm/ipod/backlight-mini1g_mini2g.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 */
#ifdef IRIVER_IFP7XX