summaryrefslogtreecommitdiff
path: root/apps/plugins/SOURCES
diff options
context:
space:
mode:
authorMiika Pekkarinen <miipekk@ihme.org>2006-08-12 15:24:09 +0000
committerMiika Pekkarinen <miipekk@ihme.org>2006-08-12 15:24:09 +0000
commitae8f25c6a78aeea0df0c35bd3845a427dead0b3b (patch)
treed818528e0cd91b17f3a4a77eb3761fc807d91c88 /apps/plugins/SOURCES
parent13a24aaee6b6cc7f1142ffe0c0dff6b893a884e0 (diff)
downloadrockbox-ae8f25c6a78aeea0df0c35bd3845a427dead0b3b.tar.gz
rockbox-ae8f25c6a78aeea0df0c35bd3845a427dead0b3b.zip
Do not compile flashing plugin for H300 to be sure nobody tries that
out (it shouldn't even start but if it does, no-one knows what might happen). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10550 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SOURCES')
-rw-r--r--apps/plugins/SOURCES2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index b2722e2166..1ab3361ac7 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -111,6 +111,8 @@ splitedit.c
111/* Platform-specific plugins */ 111/* Platform-specific plugins */
112#if defined(IRIVER_H100_SERIES) || defined(IRIVER_H300_SERIES) 112#if defined(IRIVER_H100_SERIES) || defined(IRIVER_H300_SERIES)
113iriverify.c 113iriverify.c
114#endif
115#if defined(IRIVER_H100_SERIES)
114iriver_flash.c 116iriver_flash.c
115#endif 117#endif
116 118