forked from len0rd/rockbox
New target - iPod Video.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8261 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3f9789b45a
commit
2a7bd9fb7b
12 changed files with 334 additions and 11 deletions
|
@ -61,6 +61,9 @@ drivers/lcd-16bit.c
|
|||
#if CONFIG_LCD==LCD_IPODNANO || CONFIG_LCD==LCD_IPODCOLOR
|
||||
drivers/lcd-ipod.c
|
||||
#endif
|
||||
#if CONFIG_LCD==LCD_IPODVIDEO
|
||||
drivers/lcd-ipodvideo.c
|
||||
#endif
|
||||
#if CONFIG_LCD==LCD_H300
|
||||
drivers/lcd-h300.c
|
||||
#endif
|
||||
|
@ -99,7 +102,7 @@ drivers/mas.c
|
|||
#ifdef IRIVER_H300_SERIES
|
||||
drivers/pcf50606.c
|
||||
#endif
|
||||
#if defined(APPLE_IPODCOLOR) || defined(APPLE_IPODNANO)
|
||||
#if defined(APPLE_IPODCOLOR) || defined(APPLE_IPODNANO) || defined(APPLE_IPODVIDEO)
|
||||
drivers/pcf50605.c
|
||||
#endif
|
||||
#if CONFIG_RTC == RTC_M41ST84W
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue