summaryrefslogtreecommitdiff
path: root/apps/plugins/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/SOURCES')
-rw-r--r--apps/plugins/SOURCES9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index b6603a44c0..fbfb38047d 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -19,6 +19,7 @@ stats.c
19stopwatch.c 19stopwatch.c
20vbrfix.c 20vbrfix.c
21viewer.c 21viewer.c
22test_disk.c
22 23
23#ifdef OLYMPUS_MROBE_500 24#ifdef OLYMPUS_MROBE_500
24/* remove these once the plugins before it are compileable */ 25/* remove these once the plugins before it are compileable */
@@ -47,6 +48,9 @@ flipit.c
47brickmania.c 48brickmania.c
48maze.c 49maze.c
49mazezam.c 50mazezam.c
51greyscale.c
52test_fps.c
53test_scanrate.c
50text_editor.c 54text_editor.c
51wavview.c 55wavview.c
52robotfindskitten.c 56robotfindskitten.c
@@ -57,6 +61,10 @@ jpeg.c
57mandelbrot.c 61mandelbrot.c
58plasma.c 62plasma.c
59 63
64#if LCD_DEPTH < 4
65test_grey.c
66#endif
67
60blackjack.c 68blackjack.c
61bounce.c 69bounce.c
62bubbles.c 70bubbles.c
@@ -116,6 +124,7 @@ nim.c
116 124
117#if CONFIG_CODEC == SWCODEC /* software codec platforms */ 125#if CONFIG_CODEC == SWCODEC /* software codec platforms */
118mp3_encoder.c 126mp3_encoder.c
127test_codec.c
119wav2wv.c 128wav2wv.c
120#else /* hardware codec platforms */ 129#else /* hardware codec platforms */
121#ifndef HAVE_MMC /* not for Ondio, has no remote control pin */ 130#ifndef HAVE_MMC /* not for Ondio, has no remote control pin */