summaryrefslogtreecommitdiff
path: root/apps/plugins/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/SOURCES')
-rw-r--r--apps/plugins/SOURCES22
1 files changed, 13 insertions, 9 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index 80a6fde2e0..b2f632032c 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -1,4 +1,4 @@
1/* plugins common to both Player+Recorder model */ 1/* plugins common to all models */
2battery_test.c 2battery_test.c
3favorites.c 3favorites.c
4firmware_flash.c 4firmware_flash.c
@@ -11,20 +11,24 @@ stopwatch.c
11vbrfix.c 11vbrfix.c
12viewer.c 12viewer.c
13 13
14#ifdef HAVE_LCD_BITMAP /* recorder model only */ 14#ifdef HAVE_LCD_BITMAP /* Recorder/Ondio models only */
15bounce.c
16calculator.c
17chip8.c
18cube.c
15grayscale.c 19grayscale.c
16jpeg.c 20jpeg.c
17rockblox.c 21rockblox.c
18snow.c 22snow.c
19video.c 23video.c
20#if CONFIG_KEYPAD != ONDIO_PAD 24
21/* gradually bring in the ones not working yet */ 25#ifdef HAVE_RTC /* Recorder models only */
22bounce.c
23calculator.c
24calendar.c 26calendar.c
25chip8.c
26clock.c 27clock.c
27cube.c 28#endif
29
30#if CONFIG_KEYPAD != ONDIO_PAD
31/* gradually bring in the ones not working yet */
28flipit.c 32flipit.c
29mandelbrot.c 33mandelbrot.c
30minesweeper.c 34minesweeper.c