summaryrefslogtreecommitdiffstats
path: root/apps/plugins/lib/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lib/SOURCES')
-rw-r--r--apps/plugins/lib/SOURCES9
1 files changed, 6 insertions, 3 deletions
diff --git a/apps/plugins/lib/SOURCES b/apps/plugins/lib/SOURCES
index d9eb00ca4d..291bc21a1d 100644
--- a/apps/plugins/lib/SOURCES
+++ b/apps/plugins/lib/SOURCES
@@ -1,5 +1,4 @@
configfile.c
-highscore.c
#if defined(HAVE_LCD_BITMAP) && (LCD_DEPTH < 4) && !defined(SIMULATOR) && \
(CONFIG_LCD != LCD_IPOD2BPP)
gray_core.c
@@ -7,8 +6,9 @@ gray_draw.c
gray_parm.c
gray_scroll.c
#endif
-#ifdef HAVE_LCD_BITMAP
-xlcd.c
+highscore.c
+#ifndef SIMULATOR
+overlay.c
#endif
#ifdef HAVE_LCD_CHARCELLS
playergfx.c
@@ -16,3 +16,6 @@ playergfx.c
#ifdef RB_PROFILE
profile_plugin.c
#endif
+#ifdef HAVE_LCD_BITMAP
+xlcd.c
+#endif