1
0
Fork 0
forked from len0rd/rockbox

initial Meizu M6SL port (take 2)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17819 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Marcoen Hirschberg 2008-06-27 23:24:34 +00:00
parent 5c763f4001
commit 7b10ef9a7c
26 changed files with 2092 additions and 9 deletions

View file

@ -355,6 +355,8 @@ target/arm/tcc77x/crt0.S
target/arm/tcc780x/crt0.S
#elif CONFIG_CPU==IMX31L
target/arm/imx31/crt0.S
#elif CONFIG_CPU==S5L8700
target/arm/s5l8700/crt0.S
#elif defined(CPU_ARM)
target/arm/crt0.S
#endif /* defined(CPU_*) */
@ -1042,3 +1044,13 @@ target/arm/tcc780x/cowond2/audio-cowond2.c
#endif /* BOOTLOADER */
#endif /* SIMULATOR */
#endif /* COWON_D2 */
#ifdef MEIZU_M6SL
target/arm/s5l8700/system-s5l8700.c
target/arm/s5l8700/ata-nand-s5l8700.c
target/arm/s5l8700/meizu-m6sl/lcd-m6sl.c
#ifndef SIMULATOR
#ifndef BOOTLOADER
#endif /* BOOTLOADER */
#endif /* SIMULATOR */
#endif /* MEIZU_M6SL */