From 98a53f0287a9eba03247f44667d84f659299aeef Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Mon, 9 Mar 2009 21:26:39 +0000 Subject: * Onda VX767: fix some redundant files + add some missing functions for apps/ compilation (still needs keymap though). * Add Onda VX767 SADC driver * Unify Onda VX747(+) and Onda VX767 backlight driver * Also be more consistent wrt file naming. * Add speaker-onda_vx747.c to SOURCES (forgot to commit this) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20259 a1c6a512-1295-4272-9138-f99709370657 --- firmware/SOURCES | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'firmware/SOURCES') diff --git a/firmware/SOURCES b/firmware/SOURCES index 1ee2979f22..05de8582cd 100644 --- a/firmware/SOURCES +++ b/firmware/SOURCES @@ -1242,14 +1242,16 @@ drivers/nand_id.c #endif #if defined(ONDA_VX747) || defined(ONDA_VX747P) -target/mips/ingenic_jz47xx/onda_vx747/backlight-onda_vx747.c +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/speaker-onda_vx747.c #endif #ifdef ONDA_VX767 -target/mips/ingenic_jz47xx/onda_vx767/backlight-ondavx767.c -target/mips/ingenic_jz47xx/onda_vx767/button-ondavx767.c -target/mips/ingenic_jz47xx/onda_vx767/lcd-ondavx767.c +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/sadc-onda_vx767.c #endif -- cgit v1.2.3