summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/rockbox_flash.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/plugins/rockbox_flash.c b/apps/plugins/rockbox_flash.c
index a9cb91bd2f..ce7976fd4d 100644
--- a/apps/plugins/rockbox_flash.c
+++ b/apps/plugins/rockbox_flash.c
@@ -21,8 +21,8 @@
21****************************************************************************/ 21****************************************************************************/
22#include "plugin.h" 22#include "plugin.h"
23 23
24/* Only build for target */ 24#ifndef SIMULATOR /* Only build for target */
25#ifndef SIMULATOR 25#ifndef ARCHOS_RECORDERV2 /* not for those yet */
26 26
27/* define DUMMY if you only want to "play" with the UI, does no harm */ 27/* define DUMMY if you only want to "play" with the UI, does no harm */
28/* #define DUMMY */ 28/* #define DUMMY */
@@ -872,4 +872,6 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
872 return PLUGIN_OK; 872 return PLUGIN_OK;
873} 873}
874 874
875
876#endif /* #ifndef ARCHOS_RECORDERV2 */
875#endif /* #ifndef SIMULATOR */ 877#endif /* #ifndef SIMULATOR */