summaryrefslogtreecommitdiff
path: root/apps/plugins/lib
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lib')
-rw-r--r--apps/plugins/lib/SOURCES6
-rw-r--r--apps/plugins/lib/pluginlib_exit.h2
2 files changed, 4 insertions, 4 deletions
diff --git a/apps/plugins/lib/SOURCES b/apps/plugins/lib/SOURCES
index 2c4209b6d2..fa12f94730 100644
--- a/apps/plugins/lib/SOURCES
+++ b/apps/plugins/lib/SOURCES
@@ -28,7 +28,7 @@ grey_sh.S
28 28
29#endif /* HAVE_LCD_BITMAP && LCD_DEPTH < 4 */ 29#endif /* HAVE_LCD_BITMAP && LCD_DEPTH < 4 */
30 30
31#ifndef SIMULATOR 31#if (CONFIG_PLATFORM & PLATFORM_NATIVE)
32overlay.c 32overlay.c
33#endif 33#endif
34 34
@@ -76,7 +76,7 @@ pluginlib_albumart.c
76pluginlib_touchscreen.c 76pluginlib_touchscreen.c
77#endif 77#endif
78 78
79#ifndef SIMULATOR 79#if (CONFIG_PLATFORM & PLATFORM_NATIVE)
80 80
81#ifdef CPU_ARM 81#ifdef CPU_ARM
82../../codecs/lib/setjmp_arm.S 82../../codecs/lib/setjmp_arm.S
@@ -90,4 +90,4 @@ pluginlib_touchscreen.c
90../../codecs/lib/setjmp_mips.S 90../../codecs/lib/setjmp_mips.S
91#endif 91#endif
92 92
93#endif /* !SIMULATOR */ 93#endif /* PLATFORM_NATIVE */
diff --git a/apps/plugins/lib/pluginlib_exit.h b/apps/plugins/lib/pluginlib_exit.h
index 6cded9d56f..00cbc8dc7f 100644
--- a/apps/plugins/lib/pluginlib_exit.h
+++ b/apps/plugins/lib/pluginlib_exit.h
@@ -23,7 +23,7 @@
23#define __PLUGINLIB_EXIT_H__ 23#define __PLUGINLIB_EXIT_H__
24 24
25#include "config.h" 25#include "config.h"
26#ifndef SIMULATOR 26#if (CONFIG_PLATFORM & PLATFORM_NATIVE)
27#include "../../codecs/lib/setjmp.h" 27#include "../../codecs/lib/setjmp.h"
28#else 28#else
29#include <setjmp.h> 29#include <setjmp.h>