forked from len0rd/rockbox
Moved SH1 system code to target tree. * First shot at hwcompat cleanup.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13114 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b16137e10b
commit
8636e6949e
31 changed files with 36 additions and 559 deletions
|
|
@ -12,7 +12,6 @@ logf.c
|
|||
#ifdef RB_PROFILE
|
||||
profile.c
|
||||
#endif /* RB_PROFILE */
|
||||
hwcompat.c
|
||||
kernel.c
|
||||
rolo.c
|
||||
thread.c
|
||||
|
|
@ -238,6 +237,7 @@ 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
|
||||
#endif /* SIMULATOR */
|
||||
|
||||
#elif defined(CPU_COLDFIRE)
|
||||
|
|
@ -316,6 +316,7 @@ drivers/i2c.c
|
|||
target/sh/archos/ata-archos.c
|
||||
target/sh/archos/ata-as-archos.S
|
||||
target/sh/archos/player/button-player.c
|
||||
target/sh/archos/player/hwcompat-player.c
|
||||
target/sh/archos/player/lcd-as-player.S
|
||||
target/sh/archos/player/lcd-player.c
|
||||
target/sh/archos/player/usb-player.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue