forked from len0rd/rockbox
Commit FS#9170 by Dave Hooper. Adds support for profiling on ARM, and fixes various issues with compiling profile builds. Also, note that profile_reader.pl syntax has changed.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18142 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c323d533c2
commit
52bdcbae85
7 changed files with 52 additions and 28 deletions
|
|
@ -33,14 +33,18 @@ pacbox
|
|||
/* For all the color targets */
|
||||
#if defined(HAVE_LCD_COLOR) || defined(MROBE_100) || \
|
||||
(LCD_DEPTH == 2) && !defined(ARCHOS_AV300)
|
||||
#ifndef RB_PROFILE
|
||||
doom
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/* For all the swcodec targets */
|
||||
#if CONFIG_CODEC == SWCODEC
|
||||
midi
|
||||
/* beatbox */
|
||||
#ifndef RB_PROFILE
|
||||
mpegplayer
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#endif /* IRIVER_IFP7XX_SERIES */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue