From d3561bcce77a888e247f19c2067330d45c9812f8 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Sat, 19 Nov 2005 02:15:33 +0000 Subject: [PATCH] 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 --- apps/SOURCES | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/SOURCES b/apps/SOURCES index dc93eeebbc..a93e7cf4ff 100644 --- a/apps/SOURCES +++ b/apps/SOURCES @@ -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