summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-10-09 09:26:46 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-10-09 13:30:05 +0000
commit278522f8118bd2cfce065ec95f0a93ca53e3ca44 (patch)
treecd4191760b988403867545134b966749743deac6
parentc18839e3f8e1e8a6155158ebf713a82966623ed7 (diff)
downloadrockbox-278522f8118bd2cfce065ec95f0a93ca53e3ca44.tar.gz
rockbox-278522f8118bd2cfce065ec95f0a93ca53e3ca44.zip
plugins: Enable overlay features for all targets
Change-Id: I8dfbdf903c1fb82541382709a50e411f1bcdaa5d
-rw-r--r--apps/plugins/lib/SOURCES2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugins/lib/SOURCES b/apps/plugins/lib/SOURCES
index 545a754500..811771e0ca 100644
--- a/apps/plugins/lib/SOURCES
+++ b/apps/plugins/lib/SOURCES
@@ -25,9 +25,7 @@ grey_coldfire.S
25 25
26#endif /* LCD_DEPTH < 4 */ 26#endif /* LCD_DEPTH < 4 */
27 27
28#if (CONFIG_PLATFORM & PLATFORM_NATIVE)
29overlay.c 28overlay.c
30#endif
31 29
32#ifdef RB_PROFILE 30#ifdef RB_PROFILE
33profile_plugin.c 31profile_plugin.c