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:
Dave Chapman 2006-08-01 23:28:39 +00:00
parent 7731729b7b
commit 8cc73f152b

View file

@ -1,4 +1,4 @@
#if (CONFIG_CPU == PP5002) || (CONFIG_CPU == PP5020)
#if defined(IPOD_ARCH)
ipod.c
#elif defined(SANSA_E200)
e200.c