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:
parent
fa74356083
commit
d350e80b40
5 changed files with 87 additions and 19 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue