diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2020-10-09 09:26:46 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2020-10-09 13:30:05 +0000 |
commit | 278522f8118bd2cfce065ec95f0a93ca53e3ca44 (patch) | |
tree | cd4191760b988403867545134b966749743deac6 /apps | |
parent | c18839e3f8e1e8a6155158ebf713a82966623ed7 (diff) | |
download | rockbox-278522f8118bd2cfce065ec95f0a93ca53e3ca44.tar.gz rockbox-278522f8118bd2cfce065ec95f0a93ca53e3ca44.zip |
plugins: Enable overlay features for all targets
Change-Id: I8dfbdf903c1fb82541382709a50e411f1bcdaa5d
Diffstat (limited to 'apps')
-rw-r--r-- | apps/plugins/lib/SOURCES | 2 |
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) | ||
29 | overlay.c | 28 | overlay.c |
30 | #endif | ||
31 | 29 | ||
32 | #ifdef RB_PROFILE | 30 | #ifdef RB_PROFILE |
33 | profile_plugin.c | 31 | profile_plugin.c |