summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2006-03-31 19:51:12 +0000
committerDave Chapman <dave@dchapman.com>2006-03-31 19:51:12 +0000
commit75af9a9e99010e582a923a1be8d924788b407004 (patch)
treea6bb1cef000833c827ef6aa69bf7db30e49ae58d
parent335a20d141765b04dc650dd80fb9d7faf98d7c06 (diff)
downloadrockbox-75af9a9e99010e582a923a1be8d924788b407004.tar.gz
rockbox-75af9a9e99010e582a923a1be8d924788b407004.zip
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
-rw-r--r--apps/plugins/SOURCES6
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index e0f1c5ba83..27dfc757be 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -105,7 +105,6 @@ nim.c
105#endif /* HAVE_LCD_CHARCELLS */ 105#endif /* HAVE_LCD_CHARCELLS */
106 106
107#if CONFIG_CODEC == SWCODEC /* software codec platforms */ 107#if CONFIG_CODEC == SWCODEC /* software codec platforms */
108iriverify.c
109mp3_encoder.c 108mp3_encoder.c
110midi2wav.c 109midi2wav.c
111wav2wv.c 110wav2wv.c
@@ -116,4 +115,9 @@ alpine_cdc.c
116splitedit.c 115splitedit.c
117#endif /* CONFIG_CODEC */ 116#endif /* CONFIG_CODEC */
118 117
118/* Platform-specific plugins */
119#if defined(IRIVER_H100_SERIES) || defined(IRIVER_H300_SERIES)
120iriverify.c
121#endif
122
119#endif /* iFP7xx */ 123#endif /* iFP7xx */