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:
parent
bfe28d9ecc
commit
2fce981722
4 changed files with 337 additions and 325 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue