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:
Dave Chapman 2005-11-19 02:15:33 +00:00
parent 664a4189b2
commit d3561bcce7

View file

@ -55,9 +55,9 @@ recorder/peakmeter.c
recorder/widgets.c recorder/widgets.c
#ifdef IRIVER_H300_SERIES #ifdef IRIVER_H300_SERIES
recorder/logo-h300.c recorder/logo-h300.c
#elif CONFIG_LCD == LCD_IPODCOLOR #elif APPLE_IPODCOLOR
recorder/logo-ipod.c recorder/logo-ipod.c
#elif CONFIG_LCD == LCD_IPODNANO #elif APPLE_IPODNANO
recorder/logo-nano.c recorder/logo-nano.c
#endif #endif
#endif #endif