summaryrefslogtreecommitdiff
path: root/apps/plugins/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/SOURCES')
-rw-r--r--apps/plugins/SOURCES35
1 files changed, 1 insertions, 34 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index 9e153a3c96..197f58ef5c 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -86,7 +86,7 @@ wolf3d.c
86 86
87#if PLUGIN_BUFFER_SIZE <= 0x20000 && defined(HAVE_LCD_BITMAP) 87#if PLUGIN_BUFFER_SIZE <= 0x20000 && defined(HAVE_LCD_BITMAP)
88 88
89#if CONFIG_KEYPAD != ONDIO_PAD && CONFIG_KEYPAD != SANSA_M200_PAD \ 89#if CONFIG_KEYPAD != SANSA_M200_PAD \
90 && CONFIG_KEYPAD != HM60X_PAD 90 && CONFIG_KEYPAD != HM60X_PAD
91/* not enough buttons for rockboy */ 91/* not enough buttons for rockboy */
92rockboy.c 92rockboy.c
@@ -106,44 +106,16 @@ pictureflow.c
106splitedit.c 106splitedit.c
107#endif 107#endif
108 108
109#if CONFIG_LCD == LCD_SSD1815
110video.c
111#endif
112
113#endif /* HWCODEC */ 109#endif /* HWCODEC */
114 110
115
116#if defined(ARCHOS_PLAYER) || defined(ARCHOS_RECORDER) || \
117 defined(ARCHOS_FMRECORDER) || defined(ARCHOS_RECORDERV2)
118alpine_cdc.c
119#endif
120
121#if defined(ARCHOS_PLAYER) || defined(ARCHOS_RECORDER) || \
122 defined(ARCHOS_FMRECORDER) || defined(ARCHOS_RECORDERV2) || \
123 defined(ARCHOS_ONDIOFM) || defined(ARCHOS_ONDIOSP)
124firmware_flash.c
125#endif
126
127#if defined(IRIVER_H100_SERIES) 111#if defined(IRIVER_H100_SERIES)
128iriver_flash.c 112iriver_flash.c
129#endif 113#endif
130 114
131#if (CONFIG_CPU == SH7034)
132rockbox_flash.c
133#endif /* CONFIG_CPU */
134
135#if defined(IPOD_NANO2G) 115#if defined(IPOD_NANO2G)
136crypt_firmware.c 116crypt_firmware.c
137#endif 117#endif
138 118
139#if ((CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F))
140wavplay.c
141#endif
142
143#if (CONFIG_CODEC == MAS3587F)
144wavrecord.c
145#endif
146
147#endif /* PLATFORM_NATIVE */ 119#endif /* PLATFORM_NATIVE */
148 120
149metronome.c 121metronome.c
@@ -217,11 +189,6 @@ rocklife.c
217 189
218#endif /* HAVE_LCD_BITMAP */ 190#endif /* HAVE_LCD_BITMAP */
219 191
220#ifdef HAVE_LCD_CHARCELLS /* Archos Player model only */
221euroconverter.c
222nim.c
223#endif /* HAVE_LCD_CHARCELLS */
224
225#if LCD_DEPTH > 1 /* non-mono bitmap targets */ 192#if LCD_DEPTH > 1 /* non-mono bitmap targets */
226 193
227matrix.c 194matrix.c