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:
parent
4c67c334fe
commit
d1fadb28f8
3 changed files with 2 additions and 2 deletions
|
@ -255,16 +255,16 @@ drivers/tsc2100.c
|
|||
#if defined(CPU_SH)
|
||||
|
||||
#ifndef SIMULATOR
|
||||
bitswap.S
|
||||
descramble.S
|
||||
drivers/i2c.c
|
||||
target/sh/adc-sh.c
|
||||
target/sh/bitswap.S
|
||||
target/sh/crt0.S
|
||||
target/sh/memcpy-sh.S
|
||||
target/sh/memmove-sh.S
|
||||
target/sh/memset-sh.S
|
||||
target/sh/strlen-sh.S
|
||||
target/sh/system-sh.c
|
||||
target/sh/archos/descramble.S
|
||||
#endif /* SIMULATOR */
|
||||
|
||||
#elif defined(CPU_COLDFIRE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue