From e031db4b87609ab11e62f44166058df1ac790fb3 Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Wed, 14 May 2008 18:55:19 +0000 Subject: 1) Use a separate config-.h for Zen Vision(:M) (60GB) 2) Other unrelated cleanups git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17503 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'firmware/export/config.h') diff --git a/firmware/export/config.h b/firmware/export/config.h index e6b84f9aaa..595b731e0f 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -253,6 +253,10 @@ #include "config-cowond2.h" #elif defined(CREATIVE_ZVM) #include "config-creativezvm.h" +#elif defined(CREATIVE_ZVM60GB) +#include "config-creativezvm60gb.h" +#elif defined(CREATIVE_ZV) +#include "config-creativezv.h" #else /* no known platform */ #endif -- cgit v1.2.3