summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lib/SOURCES')
-rw-r--r--apps/plugins/lib/SOURCES11
1 files changed, 5 insertions, 6 deletions
diff --git a/apps/plugins/lib/SOURCES b/apps/plugins/lib/SOURCES
index 5ed163f951..2c4209b6d2 100644
--- a/apps/plugins/lib/SOURCES
+++ b/apps/plugins/lib/SOURCES
@@ -9,6 +9,7 @@ fixedpoint.c
9playback_control.c 9playback_control.c
10rgb_hsv.c 10rgb_hsv.c
11buflib.c 11buflib.c
12highscore.c
12simple_viewer.c 13simple_viewer.c
13display_text.c 14display_text.c
14strncpy.c 15strncpy.c
@@ -27,20 +28,18 @@ grey_sh.S
27 28
28#endif /* HAVE_LCD_BITMAP && LCD_DEPTH < 4 */ 29#endif /* HAVE_LCD_BITMAP && LCD_DEPTH < 4 */
29 30
30highscore.c
31
32#ifndef SIMULATOR 31#ifndef SIMULATOR
33overlay.c 32overlay.c
34#endif 33#endif
35 34
36#ifdef HAVE_LCD_CHARCELLS
37playergfx.c
38#endif
39
40#ifdef RB_PROFILE 35#ifdef RB_PROFILE
41profile_plugin.c 36profile_plugin.c
42#endif 37#endif
43 38
39#ifdef HAVE_LCD_CHARCELLS
40playergfx.c
41#endif
42
44#ifdef HAVE_LCD_BITMAP 43#ifdef HAVE_LCD_BITMAP
45 44
46#ifdef CPU_ARM 45#ifdef CPU_ARM