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:
Rafaël Carré 2010-06-18 14:59:20 +00:00
parent 6be8306ae0
commit 7e99ef8027

View file

@ -14,7 +14,9 @@ kernel.c
#ifdef RB_PROFILE #ifdef RB_PROFILE
profile.c profile.c
#endif /* RB_PROFILE */ #endif /* RB_PROFILE */
#if !defined(BOOTLOADER) || defined(CPU_SH)
rolo.c rolo.c
#endif /* !defined(BOOTLOADER) || defined(CPU_SH) */
thread.c thread.c
timer.c timer.c
#endif /* SIMULATOR */ #endif /* SIMULATOR */