1
0
Fork 0
forked from len0rd/rockbox

Clean up crt0.S and move it to the target tree

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10830 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Ankers 2006-08-31 19:45:05 +00:00
parent c42f5d88da
commit 41997d3d89
8 changed files with 1116 additions and 6 deletions

View file

@ -178,7 +178,17 @@ kernel.c
rolo.c
thread.c
timer.c
#ifdef CPU_PP
target/arm/crt0-pp.S
#elif defined(CPU_ARM)
target/arm/crt0.S
#elif defined(CPU_COLDFIRE)
target/coldfire/crt0.S
#elif CONFIG_CPU == SH7034
target/sh/crt0.S
#else
crt0.S
#endif
drivers/lcd.S
#endif
mp3_playback.c