diff options
| author | Dave Chapman <dave@dchapman.com> | 2005-11-15 02:19:02 +0000 |
|---|---|---|
| committer | Dave Chapman <dave@dchapman.com> | 2005-11-15 02:19:02 +0000 |
| commit | 07480a7c9df825410c3e100688db83c212e87bbe (patch) | |
| tree | 9b06a9a54920ece3374e23717685b17a881c5d5f /apps/SOURCES | |
| parent | 94404500bbe5bedf49e7237cbfc0539da5c81978 (diff) | |
| download | rockbox-07480a7c9df825410c3e100688db83c212e87bbe.zip rockbox-07480a7c9df825410c3e100688db83c212e87bbe.tar.gz rockbox-07480a7c9df825410c3e100688db83c212e87bbe.tar.bz2 rockbox-07480a7c9df825410c3e100688db83c212e87bbe.tar.xz | |
Add logos for iPod color and Nano
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7889 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/SOURCES')
| -rw-r--r-- | apps/SOURCES | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/SOURCES b/apps/SOURCES index ebd4a27..2d32156 100644 --- a/apps/SOURCES +++ b/apps/SOURCES @@ -54,6 +54,10 @@ recorder/peakmeter.c recorder/widgets.c #ifdef IRIVER_H300_SERIES recorder/logo-h300.c +#elif CONFIG_LCD == LCD_IPODCOLOR +recorder/logo-ipod.c +#elif CONFIG_LCD == LCD_IPODNANO +recorder/logo-nano.c #endif #endif #ifdef CONFIG_TUNER |