From 8493ccb285937b54ddc8a50ae092c7a9a044b2a3 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 8 Jul 2005 06:31:13 +0000 Subject: Renamed the iriver h120 defines and configs to "h120"! Added initial support for the h100 series. Please re-run configure. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7062 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'firmware/export/config.h') diff --git a/firmware/export/config.h b/firmware/export/config.h index 7e95d23ab6..a232709a4f 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -98,6 +98,8 @@ #include "config-ondiofm.h" #elif defined(IRIVER_H100) #include "config-h100.h" +#elif defined(IRIVER_H120) +#include "config-h120.h" #elif defined(IRIVER_H300) #include "config-h300.h" #elif defined(ARCHOS_GMINI120) -- cgit v1.2.3