From 750f0acee30b5b89fb1547cc8bbe1b9f165044bf Mon Sep 17 00:00:00 2001 From: Stepan Moskovchenko Date: Thu, 27 Sep 2007 04:46:53 +0000 Subject: [PATCH] Add Makefile to FILES and fix comment. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14864 a1c6a512-1295-4272-9138-f99709370657 --- apps/FILES | 1 + apps/plugins/SUBDIRS | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/FILES b/apps/FILES index 363a6d7082..d3c7fdf069 100644 --- a/apps/FILES +++ b/apps/FILES @@ -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 60a5b8a77f..6cdc8650df 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