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 --- apps/plugins/plugin.lds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins') diff --git a/apps/plugins/plugin.lds b/apps/plugins/plugin.lds index bf1057e332..38e5808022 100644 --- a/apps/plugins/plugin.lds +++ b/apps/plugins/plugin.lds @@ -14,7 +14,7 @@ OUTPUT_FORMAT(elf32-sh) #define STUBOFFSET 0 #endif -#if defined(IRIVER_H100) || defined(IRIVER_H300) +#if defined(IRIVER_H120) || defined(IRIVER_H300) #define ARCH_IRIVER #endif -- cgit v1.2.3