mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-07 13:45:03 -05:00
Move drivers/i2c.c into target tree as it contains SH specific bits. Leave associated header file intact as it is used in many places for historical reasons.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29480 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
08fa83bd7c
commit
735ea2fd1f
2 changed files with 1 additions and 1 deletions
|
|
@ -401,7 +401,6 @@ drivers/audio/tsc2100.c
|
||||||
#if defined(CPU_SH)
|
#if defined(CPU_SH)
|
||||||
|
|
||||||
#ifndef SIMULATOR
|
#ifndef SIMULATOR
|
||||||
drivers/i2c.c
|
|
||||||
target/sh/adc-sh.c
|
target/sh/adc-sh.c
|
||||||
target/sh/bitswap.S
|
target/sh/bitswap.S
|
||||||
target/sh/crt0.S
|
target/sh/crt0.S
|
||||||
|
|
@ -412,6 +411,7 @@ 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
|
target/sh/archos/descramble.S
|
||||||
|
target/sh/archos/i2c-archos.c
|
||||||
target/sh/debug-sh.c
|
target/sh/debug-sh.c
|
||||||
#endif /* SIMULATOR */
|
#endif /* SIMULATOR */
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue