1
0
Fork 0
forked from len0rd/rockbox

Move PortalPlayer system.c code into the target tree.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13239 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Barry Wardell 2007-04-22 12:03:17 +00:00
parent 0a643b8d90
commit f43e50dc53
4 changed files with 448 additions and 386 deletions

View file

@ -282,6 +282,11 @@ target/arm/pnx0101/i2c-pnx0101.c
target/arm/pnx0101/system-pnx0101.c
#endif
#if defined(CPU_PP)
#if CONFIG_CPU == PP5002
target/arm/system-pp5002.c
#elif (CONFIG_CPU == PP5020) || (CONFIG_CPU == PP5024)
target/arm/system-pp502x.c
#endif
#ifdef BOOTLOADER
target/arm/crt0-pp-bl.S
#else