1
0
Fork 0
forked from len0rd/rockbox

Moved archos LCD aseembler code to target tree.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11478 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2006-11-09 07:31:31 +00:00
parent fd0e640edd
commit ad70a9b2e6
3 changed files with 246 additions and 91 deletions

View file

@ -213,7 +213,6 @@ bitswap.S
crt0.S
descramble.S
drivers/i2c.c
drivers/lcd.S
target/sh/crt0.S
target/sh/memcpy-sh.S
target/sh/memmove-sh.S
@ -246,7 +245,6 @@ target/coldfire/i2c-coldfire.c
common/memcpy.c
common/memmove.c
common/strlen.c
drivers/lcd.S
#ifndef SIMULATOR
target/arm/memset-arm.S
target/arm/memset16-arm.S
@ -280,6 +278,30 @@ drivers/i2c.c
#endif /* defined(CPU_*) */
#ifdef ARCHOS_PLAYER
#ifndef SIMULATOR
target/sh/archos/player/lcd-as-player.S
#endif /* SIMULATOR */
#endif /* ARCHOS_PLAYER */
#ifdef ARCHOS_RECORDER
#ifndef SIMULATOR
target/sh/archos/lcd-as-archos-bitmap.S
#endif /* SIMULATOR */
#endif /* ARCHOS_RECORDER */
#if defined(ARCHOS_FMRECORDER) || defined(ARCHOS_RECORDERV2)
#ifndef SIMULATOR
target/sh/archos/lcd-as-archos-bitmap.S
#endif /* SIMULATOR */
#endif /* ARCHOS_FMRECORDER || ARCHOS_RECORDERV2 */
#if defined(ARCHOS_ONDIOFM) || defined(ARCHOS_ONDIOSP)
#ifndef SIMULATOR
target/sh/archos/lcd-as-archos-bitmap.S
#endif /* SIMULATOR */
#endif /* ARCHOS_ONDIOFM || ARCHOS_ONDIOFM */
#ifdef SANSA_E200
#ifndef SIMULATOR
target/arm/wmcodec-pp.c