summaryrefslogtreecommitdiff
path: root/apps/SOURCES
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2005-12-18 13:04:00 +0000
committerDave Chapman <dave@dchapman.com>2005-12-18 13:04:00 +0000
commit2a7bd9fb7b9698b949ae85e24b17921c807c323c (patch)
treef81fe7b060f1202996d6e5946ba349e5b9861935 /apps/SOURCES
parent3f9789b45a971418025a23a437a9c9384c61e2f7 (diff)
downloadrockbox-2a7bd9fb7b9698b949ae85e24b17921c807c323c.zip
rockbox-2a7bd9fb7b9698b949ae85e24b17921c807c323c.tar.gz
rockbox-2a7bd9fb7b9698b949ae85e24b17921c807c323c.tar.bz2
rockbox-2a7bd9fb7b9698b949ae85e24b17921c807c323c.tar.xz
New target - iPod Video.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8261 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/SOURCES')
-rw-r--r--apps/SOURCES6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/SOURCES b/apps/SOURCES
index c811dd2..cf17bbc 100644
--- a/apps/SOURCES
+++ b/apps/SOURCES
@@ -56,11 +56,11 @@ recorder/icons.c
recorder/keyboard.c
recorder/peakmeter.c
recorder/widgets.c
-#ifdef IRIVER_H300_SERIES
+#if defined(IRIVER_H300_SERIES) || defined(APPLE_IPODVIDEO)
recorder/logo-h300.c
-#elif APPLE_IPODCOLOR
+#elif defined(APPLE_IPODCOLOR)
recorder/logo-ipod.c
-#elif APPLE_IPODNANO
+#elif defined(APPLE_IPODNANO)
recorder/logo-nano.c
#endif
#endif