forked from len0rd/rockbox
Add the Android/MIPS target
Change-Id: Iec1d2f08c8a43e486ab1696566a718b18598ff95
This commit is contained in:
parent
268b725c40
commit
d1560e5869
4 changed files with 67 additions and 3 deletions
|
|
@ -634,7 +634,7 @@ target/arm/rk27xx/crt0.S
|
|||
target/arm/crt0.S
|
||||
#endif /* defined(CPU_*) */
|
||||
|
||||
#elif defined(CPU_MIPS)
|
||||
#elif defined(CPU_MIPS) && (CONFIG_PLATFORM & PLATFORM_NATIVE)
|
||||
target/mips/mmu-mips.c
|
||||
#if CONFIG_CPU==JZ4732
|
||||
target/mips/ingenic_jz47xx/crt0.S
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue