1
0
Fork 0
forked from len0rd/rockbox

Moved all iPod specific code from lcd-16bit.c to lcd-ipod.c.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7807 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thom Johansen 2005-11-10 01:08:09 +00:00
parent bfe28d9ecc
commit 2fce981722
4 changed files with 337 additions and 325 deletions

View file

@ -61,6 +61,9 @@ drivers/lcd-recorder.c
drivers/lcd-16bit.c
#endif
#endif
#if CONFIG_LCD==LCD_IPODNANO || CONFIG_LCD==LCD_IPODCOLOR
drivers/lcd-ipod.c
#endif
drivers/power.c
#ifdef CONFIG_LED
drivers/led.c