Enable building of metronome for hwcodec targets and swcodec sims which was accidentally disabled in r26114. Add a short comment.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28457 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Marianne Arnold 2010-11-02 21:30:19 +00:00
parent c355122cce
commit dbd2e6b625

View file

@ -122,13 +122,10 @@ battery_bench.c
crypt_firmware.c
#endif
#if (CONFIG_CODEC == SWCODEC)
metronome.c
#endif
#if ((CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F))
wavplay.c
#endif
#if (CONFIG_CODEC == MAS3587F)
wavrecord.c
#endif
@ -137,6 +134,12 @@ wavrecord.c
#if CONFIG_CODEC == SWCODEC || !defined(SIMULATOR) /* Not for hwcodec sims */
metronome.c
#endif
#ifdef HAVE_LCD_BITMAP /* Not for the Archos Player */
boomshine.lua