summaryrefslogtreecommitdiffstats
path: root/apps
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
parent88b2a45b5fb31598c09a24762cce7457da871996 (diff)
downloadrockbox-7ad8b2eb3c979a8f51ccb2d8127efe27beeb39bd.tar.gz
rockbox-7ad8b2eb3c979a8f51ccb2d8127efe27beeb39bd.zip
Clean up some of the plugin SOURCES
Change-Id: Ib68a275c85550acb52306c7af1c3b9ab683362f0
Diffstat (limited to 'apps')
-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
remote_control.c
#endif
-
-
#ifdef HAVE_BACKLIGHT
lamp.c
#endif /* HAVE_BACKLIGHT */
@@ -57,22 +55,24 @@ wav2wv.c
alarmclock.c
#endif /* CONFIG_RTC */
-
-
/* Platform-specific */
#if defined(IRIVER_H100_SERIES) || defined(IRIVER_H300_SERIES)
iriverify.c
#endif
+#if defined(IRIVER_H100_SERIES)
+iriver_flash.c
+#endif
-
-#if (CONFIG_PLATFORM & PLATFORM_NATIVE) /* those plugins only run on hardware */
+#if defined(IPOD_NANO2G)
+crypt_firmware.c
+#endif
/* Overlays loaders */
#if defined(HAVE_LCD_COLOR) && \
(!defined(LCD_STRIDEFORMAT) || (LCD_STRIDEFORMAT != VERTICAL_STRIDE))
-#if (PLUGIN_BUFFER_SIZE > 0x14000) && (CONFIG_PLATFORM & (PLATFORM_NATIVE|PLATFORM_HOSTED)) && (defined(CPU_ARM) || defined(CPU_MIPS))
+#if (PLUGIN_BUFFER_SIZE > 0x14000) && (CONFIG_PLATFORM & (PLATFORM_NATIVE /*|PLATFORM_HOSTED */)) && (defined(CPU_ARM) || defined(CPU_MIPS))
duke3d.c
quake.c
wolf3d.c
@@ -94,16 +94,6 @@ pictureflow.c
#endif /* PLUGIN_BUFFER_SIZE <= 0x20000 */
-#if defined(IRIVER_H100_SERIES)
-iriver_flash.c
-#endif
-
-#if defined(IPOD_NANO2G)
-crypt_firmware.c
-#endif
-
-#endif /* PLATFORM_NATIVE */
-
metronome.c
2048.c