diff options
| -rw-r--r-- | apps/FILES | 1 | ||||
| -rw-r--r-- | apps/plugins/SUBDIRS | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -63,6 +63,7 @@ plugins/lib/*.[ch] plugins/lib/Makefile plugins/lib/SOURCES plugins/midi/*.[ch] +plugins/midi/Makefile plugins/mpegplayer/*.[chS] plugins/mpegplayer/AUTHORS plugins/mpegplayer/Makefile diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS index 60a5b8a..6cdc865 100644 --- a/apps/plugins/SUBDIRS +++ b/apps/plugins/SUBDIRS @@ -43,7 +43,7 @@ doom /* For all the swcodec targets */ #if CONFIG_CODEC == SWCODEC midi -#beatbox +/* beatbox */ mpegplayer #endif |