From 7e99ef802709222a8e87a6c0e41927d8b90a4bf1 Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Fri, 18 Jun 2010 14:59:20 +0000 Subject: 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 --- firmware/SOURCES | 2 ++ 1 file changed, 2 insertions(+) (limited to 'firmware') diff --git a/firmware/SOURCES b/firmware/SOURCES index 1c2922c273..4d456d2873 100644 --- a/firmware/SOURCES +++ b/firmware/SOURCES @@ -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 */ -- cgit v1.2.3