diff options
Diffstat (limited to 'apps/plugins/SOURCES')
| -rw-r--r-- | apps/plugins/SOURCES | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index 643fc0c..581d164 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -29,6 +29,10 @@ oscillograph.c oscilloscope.c pong.c rockblox.c +#if (CONFIG_KEYPAD == RECORDER_PAD) && !defined(SIMULATOR) +/* loader, only needed for Archos */ +rockboy.c +#endif sliding_puzzle.c snake.c snake2.c |