1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Dave Chapman 2006-02-05 19:27:23 +00:00
parent fa74356083
commit d350e80b40
5 changed files with 87 additions and 19 deletions

View file

@ -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