1
0
Fork 0
forked from len0rd/rockbox

Make Onda VX767 compile + restructure firmware/SOURCES a bit (wrt Jz4740 specific files)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20297 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Maurus Cuelenaere 2009-03-11 22:12:23 +00:00
parent 8189ef5b17
commit 01c390d5c5
4 changed files with 126 additions and 8 deletions

View file

@ -1225,7 +1225,8 @@ drivers/qt1106.c
#endif /* SIMULATOR */
#endif /* MEIZU_M3 */
#if CONFIG_CPU==JZ4732 && !defined(SIMULATOR)
#ifndef SIMULATOR
#if CONFIG_CPU == JZ4732
target/mips/ingenic_jz47xx/ata-nand-jz4740.c
target/mips/ingenic_jz47xx/ata-sd-jz4740.c
target/mips/ingenic_jz47xx/debug-jz4740.c
@ -1237,21 +1238,23 @@ target/mips/ingenic_jz47xx/usb-jz4740.c
#ifndef BOOTLOADER
target/mips/ingenic_jz47xx/codec-jz4740.c
target/mips/ingenic_jz47xx/pcm-jz4740.c
#endif
#endif /* BOOTLOADER */
drivers/nand_id.c
#endif
#endif /* CONFIG_CPU == JZ4732 */
#if (defined(ONDA_VX747) || defined(ONDA_VX747P)) && !defined(SIMULATOR)
#if defined(ONDA_VX747) || defined(ONDA_VX747P)
target/mips/ingenic_jz47xx/onda_vx747/backlight-onda_vx7X7.c
target/mips/ingenic_jz47xx/onda_vx747/lcd-onda_vx747.c
target/mips/ingenic_jz47xx/onda_vx747/sadc-onda_vx747.c
target/mips/ingenic_jz47xx/onda_vx747/power-onda_vx747.c
target/mips/ingenic_jz47xx/onda_vx747/sadc-onda_vx747.c
target/mips/ingenic_jz47xx/onda_vx747/speaker-onda_vx747.c
#endif
#endif /* ONDA_VX747 || ONDA_VX747P */
#if defined(ONDA_VX767) && !defined(SIMULATOR)
#ifdef ONDA_VX767
target/mips/ingenic_jz47xx/onda_vx747/backlight-onda_vx7X7.c
target/mips/ingenic_jz47xx/onda_vx767/button-onda_vx767.c
target/mips/ingenic_jz47xx/onda_vx767/lcd-onda_vx767.c
target/mips/ingenic_jz47xx/onda_vx767/power-onda_vx767.c
target/mips/ingenic_jz47xx/onda_vx767/sadc-onda_vx767.c
#endif
#endif /* ONDA_VX767 */
#endif /* SIMULATOR */