summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/SOURCES')
-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 */