summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-10-09 07:35:00 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-10-09 12:35:23 +0000
commit7ad8b2eb3c979a8f51ccb2d8127efe27beeb39bd (patch)
tree7ffcaf382c0bf23461d7acd001623f690cf830b7 /apps/plugins
parent88b2a45b5fb31598c09a24762cce7457da871996 (diff)
downloadrockbox-7ad8b2eb3c979a8f51ccb2d8127efe27beeb39bd.tar.gz
rockbox-7ad8b2eb3c979a8f51ccb2d8127efe27beeb39bd.zip
Clean up some of the plugin SOURCES
Change-Id: Ib68a275c85550acb52306c7af1c3b9ab683362f0
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/SOURCES24
1 files changed, 7 insertions, 17 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index 408dc6bc67..c6eab1cadf 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -40,8 +40,6 @@ windows_lnk.c
40remote_control.c 40remote_control.c
41#endif 41#endif
42 42
43
44
45#ifdef HAVE_BACKLIGHT 43#ifdef HAVE_BACKLIGHT
46lamp.c 44lamp.c
47#endif /* HAVE_BACKLIGHT */ 45#endif /* HAVE_BACKLIGHT */
@@ -57,22 +55,24 @@ wav2wv.c
57alarmclock.c 55alarmclock.c
58#endif /* CONFIG_RTC */ 56#endif /* CONFIG_RTC */
59 57
60
61
62/* Platform-specific */ 58/* Platform-specific */
63#if defined(IRIVER_H100_SERIES) || defined(IRIVER_H300_SERIES) 59#if defined(IRIVER_H100_SERIES) || defined(IRIVER_H300_SERIES)
64iriverify.c 60iriverify.c
65#endif 61#endif
66 62
63#if defined(IRIVER_H100_SERIES)
64iriver_flash.c
65#endif
67 66
68 67#if defined(IPOD_NANO2G)
69#if (CONFIG_PLATFORM & PLATFORM_NATIVE) /* those plugins only run on hardware */ 68crypt_firmware.c
69#endif
70 70
71/* Overlays loaders */ 71/* Overlays loaders */
72 72
73#if defined(HAVE_LCD_COLOR) && \ 73#if defined(HAVE_LCD_COLOR) && \
74 (!defined(LCD_STRIDEFORMAT) || (LCD_STRIDEFORMAT != VERTICAL_STRIDE)) 74 (!defined(LCD_STRIDEFORMAT) || (LCD_STRIDEFORMAT != VERTICAL_STRIDE))
75#if (PLUGIN_BUFFER_SIZE > 0x14000) && (CONFIG_PLATFORM & (PLATFORM_NATIVE|PLATFORM_HOSTED)) && (defined(CPU_ARM) || defined(CPU_MIPS)) 75#if (PLUGIN_BUFFER_SIZE > 0x14000) && (CONFIG_PLATFORM & (PLATFORM_NATIVE /*|PLATFORM_HOSTED */)) && (defined(CPU_ARM) || defined(CPU_MIPS))
76duke3d.c 76duke3d.c
77quake.c 77quake.c
78wolf3d.c 78wolf3d.c
@@ -94,16 +94,6 @@ pictureflow.c
94 94
95#endif /* PLUGIN_BUFFER_SIZE <= 0x20000 */ 95#endif /* PLUGIN_BUFFER_SIZE <= 0x20000 */
96 96
97#if defined(IRIVER_H100_SERIES)
98iriver_flash.c
99#endif
100
101#if defined(IPOD_NANO2G)
102crypt_firmware.c
103#endif
104
105#endif /* PLATFORM_NATIVE */
106
107metronome.c 97metronome.c
108 98
1092048.c 992048.c