summaryrefslogtreecommitdiffstats
path: root/apps/plugins/SUBDIRS.app_build
blob: dbf4382b6208026011c67728522ced0621108b50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* For all targets with a bitmap display */
#ifdef HAVE_LCD_BITMAP

#ifdef HAVE_TAGCACHE
pictureflow
#endif

#endif /* HAVE_LCD_BITMAP */

/* For all the swcodec targets */
#if CONFIG_CODEC == SWCODEC

#if MEMORYSIZE > 2 /* we need a lot of RAM for instruments */
mikmod
#endif

#endif /* CONFIG_CODEC == SWCODEC */