Only compile iriverify for the iriver H1x0 and H3x0 targets
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9393 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
335a20d141
commit
75af9a9e99
1 changed files with 5 additions and 1 deletions
|
@ -105,7 +105,6 @@ nim.c
|
|||
#endif /* HAVE_LCD_CHARCELLS */
|
||||
|
||||
#if CONFIG_CODEC == SWCODEC /* software codec platforms */
|
||||
iriverify.c
|
||||
mp3_encoder.c
|
||||
midi2wav.c
|
||||
wav2wv.c
|
||||
|
@ -116,4 +115,9 @@ alpine_cdc.c
|
|||
splitedit.c
|
||||
#endif /* CONFIG_CODEC */
|
||||
|
||||
/* Platform-specific plugins */
|
||||
#if defined(IRIVER_H100_SERIES) || defined(IRIVER_H300_SERIES)
|
||||
iriverify.c
|
||||
#endif
|
||||
|
||||
#endif /* iFP7xx */
|
||||
|
|
Loading…
Reference in a new issue