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 c2bd45996c..eb49e3e581 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -7,7 +7,6 @@ backlight.c
7buflib.c 7buflib.c
8core_alloc.c 8core_alloc.c
9general.c 9general.c
10load_code.c
11powermgmt.c 10powermgmt.c
12#if (CONFIG_PLATFORM & PLATFORM_HOSTED) 11#if (CONFIG_PLATFORM & PLATFORM_HOSTED)
13 12
@@ -32,6 +31,7 @@ logf.c
32#endif /* ROCKBOX_HAS_LOGF */ 31#endif /* ROCKBOX_HAS_LOGF */
33kernel.c 32kernel.c
34#if (CONFIG_PLATFORM & PLATFORM_NATIVE) 33#if (CONFIG_PLATFORM & PLATFORM_NATIVE)
34load_code.c
35#ifdef RB_PROFILE 35#ifdef RB_PROFILE
36profile.c 36profile.c
37#endif /* RB_PROFILE */ 37#endif /* RB_PROFILE */