summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2010-06-18 14:59:20 +0000
committerRafaël Carré <rafael.carre@gmail.com>2010-06-18 14:59:20 +0000
commit7e99ef802709222a8e87a6c0e41927d8b90a4bf1 (patch)
tree35983a448e4b82db4b2031488b53998209034206 /firmware
parent6be8306ae08438beae36df78f2054f2b1aaadcc6 (diff)
downloadrockbox-7e99ef802709222a8e87a6c0e41927d8b90a4bf1.tar.gz
rockbox-7e99ef802709222a8e87a6c0e41927d8b90a4bf1.zip
rolo is only needed in SH bootloaders, not other bootloaders
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26924 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/SOURCES2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 1c2922c273..4d456d2873 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -14,7 +14,9 @@ kernel.c
14#ifdef RB_PROFILE 14#ifdef RB_PROFILE
15profile.c 15profile.c
16#endif /* RB_PROFILE */ 16#endif /* RB_PROFILE */
17#if !defined(BOOTLOADER) || defined(CPU_SH)
17rolo.c 18rolo.c
19#endif /* !defined(BOOTLOADER) || defined(CPU_SH) */
18thread.c 20thread.c
19timer.c 21timer.c
20#endif /* SIMULATOR */ 22#endif /* SIMULATOR */