Check for IPOD_ARCH instead of PP5002/PP5020 to decide when to build ipod.c
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10401 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7731729b7b
commit
8cc73f152b
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#if (CONFIG_CPU == PP5002) || (CONFIG_CPU == PP5020)
|
||||
#if defined(IPOD_ARCH)
|
||||
ipod.c
|
||||
#elif defined(SANSA_E200)
|
||||
e200.c
|
||||
|
|
Loading…
Reference in a new issue