From ae8f25c6a78aeea0df0c35bd3845a427dead0b3b Mon Sep 17 00:00:00 2001 From: Miika Pekkarinen Date: Sat, 12 Aug 2006 15:24:09 +0000 Subject: 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 --- apps/plugins/SOURCES | 2 ++ 1 file changed, 2 insertions(+) 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 /* Platform-specific plugins */ #if defined(IRIVER_H100_SERIES) || defined(IRIVER_H300_SERIES) iriverify.c +#endif +#if defined(IRIVER_H100_SERIES) iriver_flash.c #endif -- cgit v1.2.3