From d350e80b40a655e79a4f073fe35d126fc91e960c Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Sun, 5 Feb 2006 19:27:23 +0000 Subject: iPod: Make the plugins compile on the iPod 4G grayscale git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8588 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/plugin.lds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/plugin.lds') diff --git a/apps/plugins/plugin.lds b/apps/plugins/plugin.lds index 2988ecd..0e1657c 100644 --- a/apps/plugins/plugin.lds +++ b/apps/plugins/plugin.lds @@ -20,7 +20,7 @@ OUTPUT_FORMAT(elf32-sh) #define ARCH_IRIVER #endif -#if CONFIG_CPU==PP5020 +#if (CONFIG_CPU==PP5002) || (CONFIG_CPU==PP5020) #define ARCH_IPOD #endif -- cgit v1.1