summaryrefslogtreecommitdiff
path: root/apps/plugins/SUBDIRS.app_build
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/SUBDIRS.app_build')
-rw-r--r--apps/plugins/SUBDIRS.app_build17
1 files changed, 17 insertions, 0 deletions
diff --git a/apps/plugins/SUBDIRS.app_build b/apps/plugins/SUBDIRS.app_build
new file mode 100644
index 0000000000..dbf4382b62
--- /dev/null
+++ b/apps/plugins/SUBDIRS.app_build
@@ -0,0 +1,17 @@
1/* For all targets with a bitmap display */
2#ifdef HAVE_LCD_BITMAP
3
4#ifdef HAVE_TAGCACHE
5pictureflow
6#endif
7
8#endif /* HAVE_LCD_BITMAP */
9
10/* For all the swcodec targets */
11#if CONFIG_CODEC == SWCODEC
12
13#if MEMORYSIZE > 2 /* we need a lot of RAM for instruments */
14mikmod
15#endif
16
17#endif /* CONFIG_CODEC == SWCODEC */