summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 4ea922af1b..2e2f13bbe9 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -33,6 +33,7 @@ logf.c
33#endif /* ROCKBOX_HAS_LOGF */ 33#endif /* ROCKBOX_HAS_LOGF */
34#if (CONFIG_PLATFORM & PLATFORM_NATIVE) 34#if (CONFIG_PLATFORM & PLATFORM_NATIVE)
35load_code.c 35load_code.c
36linuxboot.c
36#ifdef RB_PROFILE 37#ifdef RB_PROFILE
37profile.c 38profile.c
38#endif /* RB_PROFILE */ 39#endif /* RB_PROFILE */
@@ -46,7 +47,6 @@ timer.c
46debug.c 47debug.c
47#endif /* PLATFORM_NATIVE */ 48#endif /* PLATFORM_NATIVE */
48panic.c 49panic.c
49
50#if (CONFIG_PLATFORM & PLATFORM_HOSTED) && defined(BOOTFILE) 50#if (CONFIG_PLATFORM & PLATFORM_HOSTED) && defined(BOOTFILE)
51target/hosted/rolo.c 51target/hosted/rolo.c
52#endif 52#endif