summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2009-10-02 23:04:30 +0000
committerDave Chapman <dave@dchapman.com>2009-10-02 23:04:30 +0000
commitf5feb13cc507220fee7d45b6b3a6e6c1ad721fdf (patch)
treefb8d75db6f478292221f80b414ea7dc6f5a7b673 /firmware/SOURCES
parentf690cfdb4405f08792cfc73b0ae3dac3824bb8d1 (diff)
Unify the button driver for the Nano 2G with the driver for earlier clickwheel ipods. The clickwheel hardware appears to be the same - the differences are just related to the hardware init and how the data is read.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22878 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 8b27f87b5e..e7de5b9442 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -1311,9 +1311,9 @@ target/arm/s5l8700/udacodec-meizu.c
#endif /* MEIZU_M3 */
#ifdef IPOD_NANO2G
+target/arm/ipod/button-clickwheel.c
target/arm/s5l8700/kernel-s5l8700.c
target/arm/s5l8700/ipodnano2g/backlight-nano2g.c
-target/arm/s5l8700/ipodnano2g/button-nano2g.c
target/arm/s5l8700/ipodnano2g/lcd-nano2g.c
#endif