Use APPLE_IPODCOLOR and APPLE_IPODNANO defines instead of CONFIG_LCD (which isn't defined in the simulators)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7979 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
664a4189b2
commit
d3561bcce7
1 changed files with 2 additions and 2 deletions
|
@ -55,9 +55,9 @@ recorder/peakmeter.c
|
|||
recorder/widgets.c
|
||||
#ifdef IRIVER_H300_SERIES
|
||||
recorder/logo-h300.c
|
||||
#elif CONFIG_LCD == LCD_IPODCOLOR
|
||||
#elif APPLE_IPODCOLOR
|
||||
recorder/logo-ipod.c
|
||||
#elif CONFIG_LCD == LCD_IPODNANO
|
||||
#elif APPLE_IPODNANO
|
||||
recorder/logo-nano.c
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue