1
0
Fork 0
forked from len0rd/rockbox

Moved coldfire code in system.c and system.h into target tree.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11399 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sevakis 2006-10-30 14:17:14 +00:00
parent 522da3a677
commit f29cae0d26
5 changed files with 437 additions and 390 deletions

View file

@ -45,6 +45,7 @@ target/coldfire/memcpy-coldfire.S
target/coldfire/memmove-coldfire.S
target/coldfire/memset-coldfire.S
target/coldfire/memset16-coldfire.S
target/coldfire/system-coldfire.c
#elif (CONFIG_CPU == SH7034)
target/sh/memcpy-sh.S
target/sh/memmove-sh.S