summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2011-12-16 00:03:32 +0000
committerRafaël Carré <rafael.carre@gmail.com>2011-12-16 00:03:32 +0000
commit6a032a2db19930925626536d4e117d29527148c6 (patch)
tree8df9f4bb9a33f74a68ab125f2c8230b7a107b36d
parent5fdfe86af8b0b084ffc4dac18565a26eb2a8f9dd (diff)
downloadrockbox-6a032a2db19930925626536d4e117d29527148c6.tar.gz
rockbox-6a032a2db19930925626536d4e117d29527148c6.zip
Factorize ipod mini common code
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31318 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/SOURCES13
1 files changed, 5 insertions, 8 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 8329bb4751..507972a07a 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -1209,24 +1209,21 @@ target/arm/ipod/lcd-as-gray.S
1209target/arm/ipod/power-ipod.c 1209target/arm/ipod/power-ipod.c
1210#endif /* IPOD_1G2G */ 1210#endif /* IPOD_1G2G */
1211 1211
1212#ifdef IPOD_MINI 1212#if defined(IPOD_MINI) || defined(IPOD_MINI2G)
1213drivers/pcf50605.c 1213drivers/pcf50605.c
1214target/arm/ipod/backlight-mini1g_mini2g.c 1214target/arm/ipod/backlight-mini1g_mini2g.c
1215target/arm/ipod/button-mini1g.c
1216target/arm/ipod/piezo.c 1215target/arm/ipod/piezo.c
1217target/arm/ipod/lcd-as-gray.S 1216target/arm/ipod/lcd-as-gray.S
1218target/arm/ipod/power-ipod.c 1217target/arm/ipod/power-ipod.c
1219target/arm/ipod/powermgmt-ipod-pcf.c 1218target/arm/ipod/powermgmt-ipod-pcf.c
1219#endif
1220
1221#ifdef IPOD_MINI
1222target/arm/ipod/button-mini1g.c
1220#endif /* IPOD_MINI */ 1223#endif /* IPOD_MINI */
1221 1224
1222#ifdef IPOD_MINI2G 1225#ifdef IPOD_MINI2G
1223drivers/pcf50605.c
1224target/arm/ipod/backlight-mini1g_mini2g.c
1225target/arm/ipod/button-clickwheel.c 1226target/arm/ipod/button-clickwheel.c
1226target/arm/ipod/piezo.c
1227target/arm/ipod/lcd-as-gray.S
1228target/arm/ipod/power-ipod.c
1229target/arm/ipod/powermgmt-ipod-pcf.c
1230#endif /* IPOD_MINI2G */ 1227#endif /* IPOD_MINI2G */
1231 1228
1232#ifdef IRIVER_IFP7XX 1229#ifdef IRIVER_IFP7XX