1
0
Fork 0
forked from len0rd/rockbox

Move some sh specific assembler files into the target tree

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16516 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Nils Wallménius 2008-03-04 16:02:19 +00:00
parent 4c67c334fe
commit d1fadb28f8
3 changed files with 2 additions and 2 deletions

View file

@ -255,16 +255,16 @@ drivers/tsc2100.c
#if defined(CPU_SH) #if defined(CPU_SH)
#ifndef SIMULATOR #ifndef SIMULATOR
bitswap.S
descramble.S
drivers/i2c.c drivers/i2c.c
target/sh/adc-sh.c target/sh/adc-sh.c
target/sh/bitswap.S
target/sh/crt0.S target/sh/crt0.S
target/sh/memcpy-sh.S target/sh/memcpy-sh.S
target/sh/memmove-sh.S target/sh/memmove-sh.S
target/sh/memset-sh.S target/sh/memset-sh.S
target/sh/strlen-sh.S target/sh/strlen-sh.S
target/sh/system-sh.c target/sh/system-sh.c
target/sh/archos/descramble.S
#endif /* SIMULATOR */ #endif /* SIMULATOR */
#elif defined(CPU_COLDFIRE) #elif defined(CPU_COLDFIRE)