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
This commit is contained in:
parent
6be8306ae0
commit
7e99ef8027
1 changed files with 2 additions and 0 deletions
|
@ -14,7 +14,9 @@ kernel.c
|
|||
#ifdef RB_PROFILE
|
||||
profile.c
|
||||
#endif /* RB_PROFILE */
|
||||
#if !defined(BOOTLOADER) || defined(CPU_SH)
|
||||
rolo.c
|
||||
#endif /* !defined(BOOTLOADER) || defined(CPU_SH) */
|
||||
thread.c
|
||||
timer.c
|
||||
#endif /* SIMULATOR */
|
||||
|
|
Loading…
Reference in a new issue