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/SOURCES8
1 files changed, 2 insertions, 6 deletions
diff --git a/apps/plugins/lib/SOURCES b/apps/plugins/lib/SOURCES
index effc076eb7..545a754500 100644
--- a/apps/plugins/lib/SOURCES
+++ b/apps/plugins/lib/SOURCES
@@ -13,7 +13,7 @@ display_text.c
13strncpy.c 13strncpy.c
14stdio_compat.c 14stdio_compat.c
15 15
16#if defined(HAVE_LCD_BITMAP) && (LCD_DEPTH < 4) 16#if (LCD_DEPTH < 4)
17grey_core.c 17grey_core.c
18grey_draw.c 18grey_draw.c
19grey_parm.c 19grey_parm.c
@@ -23,7 +23,7 @@ grey_scroll.c
23grey_coldfire.S 23grey_coldfire.S
24#endif 24#endif
25 25
26#endif /* HAVE_LCD_BITMAP && LCD_DEPTH < 4 */ 26#endif /* LCD_DEPTH < 4 */
27 27
28#if (CONFIG_PLATFORM & PLATFORM_NATIVE) 28#if (CONFIG_PLATFORM & PLATFORM_NATIVE)
29overlay.c 29overlay.c
@@ -33,8 +33,6 @@ overlay.c
33profile_plugin.c 33profile_plugin.c
34#endif 34#endif
35 35
36#ifdef HAVE_LCD_BITMAP
37
38#ifdef CPU_ARM 36#ifdef CPU_ARM
39pluginlib_jpeg_idct_arm.S 37pluginlib_jpeg_idct_arm.S
40#endif 38#endif
@@ -65,8 +63,6 @@ pluginlib_albumart.c
65 63
66kbd_helper.c 64kbd_helper.c
67 65
68#endif /* HAVE_LCD_BITMAP */
69
70#ifdef HAVE_TOUCHSCREEN 66#ifdef HAVE_TOUCHSCREEN
71pluginlib_touchscreen.c 67pluginlib_touchscreen.c
72#endif 68#endif