summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lib/SOURCES')
-rw-r--r--apps/plugins/lib/SOURCES6
1 files changed, 3 insertions, 3 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 */