summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/SOURCES4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index b9061ee74b..8fd1fa1996 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -35,8 +35,12 @@ pitch_detector.c
35#endif 35#endif
36 36
37#if (CONFIG_CODEC == SWCODEC) || !defined(SIMULATOR) 37#if (CONFIG_CODEC == SWCODEC) || !defined(SIMULATOR)
38
39/* button maps are broken on the following */
40#if !defined(SANSA_C200) && !defined(ARCHOS_ONDIOSP) && !defined(ARCHOS_ONDIOFM) && !defined(ARCHOS_PLAYER)
38metronome.c 41metronome.c
39#endif 42#endif
43#endif
40 44
41#if ((CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F)) && !defined(SIMULATOR) 45#if ((CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F)) && !defined(SIMULATOR)
42wavplay.c 46wavplay.c