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:
Marcin Bukat 2011-03-01 09:13:48 +00:00
parent 08fa83bd7c
commit 735ea2fd1f
2 changed files with 1 additions and 1 deletions

View file

@ -401,7 +401,6 @@ drivers/audio/tsc2100.c
#if defined(CPU_SH)
#ifndef SIMULATOR
drivers/i2c.c
target/sh/adc-sh.c
target/sh/bitswap.S
target/sh/crt0.S
@ -412,6 +411,7 @@ target/sh/memset-sh.S
target/sh/strlen-sh.S
target/sh/system-sh.c
target/sh/archos/descramble.S
target/sh/archos/i2c-archos.c
target/sh/debug-sh.c
#endif /* SIMULATOR */