summaryrefslogtreecommitdiff
path: root/apps/plugins/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/SOURCES')
-rw-r--r--apps/plugins/SOURCES17
1 files changed, 12 insertions, 5 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index d982ecb4c3..6257a222bd 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -1,10 +1,8 @@
1/* plugins common to all models */ 1/* plugins common to all models */
2battery_bench.c
3chessclock.c 2chessclock.c
4credits.c 3credits.c
5cube.c 4cube.c
6dict.c 5dict.c
7firmware_flash.c
8jackpot.c 6jackpot.c
9keybox.c 7keybox.c
10logo.c 8logo.c
@@ -12,7 +10,6 @@ mosaique.c
12properties.c 10properties.c
13random_folder_advance_config.c 11random_folder_advance_config.c
14rockblox.c 12rockblox.c
15rockbox_flash.c
16search.c 13search.c
17settings_dumper.c 14settings_dumper.c
18snow.c 15snow.c
@@ -24,6 +21,13 @@ viewer.c
24#ifdef HAVE_BACKLIGHT 21#ifdef HAVE_BACKLIGHT
25lamp.c 22lamp.c
26#endif /* HAVE_BACKLIGHT */ 23#endif /* HAVE_BACKLIGHT */
24#ifndef SIMULATOR
25battery_bench.c
26firmware_flash.c
27#endif /* SIMULATOR */
28#if (CONFIG_CPU == SH7034)
29rockbox_flash.c
30#endif /* CONFIG_CPU */
27 31
28#ifndef OLYMPUS_MROBE_500 32#ifndef OLYMPUS_MROBE_500
29 33
@@ -84,7 +88,8 @@ solitaire.c
84sokoban.c 88sokoban.c
85star.c 89star.c
86starfield.c 90starfield.c
87#if (CONFIG_LCD == LCD_SSD1815) && (CONFIG_CODEC != SWCODEC) 91#if (CONFIG_LCD == LCD_SSD1815) && (CONFIG_CODEC != SWCODEC) && \
92 !defined(SIMULATOR)
88video.c 93video.c
89#endif 94#endif
90vu_meter.c 95vu_meter.c
@@ -128,7 +133,9 @@ wav2wv.c
128 /* not for Ondio, has no remote control pin */ 133 /* not for Ondio, has no remote control pin */
129alpine_cdc.c 134alpine_cdc.c
130#endif 135#endif
136#if defined(HAVE_LCD_BITMAP) && !defined(SIMULATOR)
131splitedit.c 137splitedit.c
138#endif
132#endif /* CONFIG_CODEC */ 139#endif /* CONFIG_CODEC */
133 140
134#if LCD_DEPTH > 1 /* non-mono bitmap targets */ 141#if LCD_DEPTH > 1 /* non-mono bitmap targets */
@@ -139,7 +146,7 @@ matrix.c
139#if defined(IRIVER_H100_SERIES) || defined(IRIVER_H300_SERIES) 146#if defined(IRIVER_H100_SERIES) || defined(IRIVER_H300_SERIES)
140iriverify.c 147iriverify.c
141#endif 148#endif
142#if defined(IRIVER_H100_SERIES) 149#if defined(IRIVER_H100_SERIES) && !defined(SIMULATOR)
143iriver_flash.c 150iriver_flash.c
144#endif 151#endif
145 152