mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
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:
parent
c355122cce
commit
dbd2e6b625
1 changed files with 7 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue