summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
authorRob Purchase <shotofadds@rockbox.org>2008-03-23 19:56:11 +0000
committerRob Purchase <shotofadds@rockbox.org>2008-03-23 19:56:11 +0000
commitb8b03370e4a3e1ec20324e9055065c77873e30f7 (patch)
tree38d9664bd995020a7457b8c808042c05519d3b89 /firmware/SOURCES
parent65d50de5b7b0e6bffbf62487601a7af82172df49 (diff)
downloadrockbox-b8b03370e4a3e1ec20324e9055065c77873e30f7.tar.gz
rockbox-b8b03370e4a3e1ec20324e9055065c77873e30f7.zip
D2: Implement LCD driver framebuffer as per E200/Gigabeat F. Kill a few warnings.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16763 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES5
1 files changed, 3 insertions, 2 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index cf96d48e72..6ef129f4b9 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -893,10 +893,9 @@ target/arm/tcc77x/iaudio7/power-iaudio7.c
893 893
894#ifdef COWON_D2 894#ifdef COWON_D2
895#ifndef SIMULATOR 895#ifndef SIMULATOR
896target/arm/lcd-as-memframe.S
896target/arm/tcc780x/adc-tcc780x.c 897target/arm/tcc780x/adc-tcc780x.c
897target/arm/tcc780x/ata-nand-tcc780x.c 898target/arm/tcc780x/ata-nand-tcc780x.c
898target/arm/tcc780x/kernel-tcc780x.c
899target/arm/tcc780x/timer-tcc780x.c
900target/arm/tcc780x/system-tcc780x.c 899target/arm/tcc780x/system-tcc780x.c
901target/arm/tcc780x/cowond2/button-cowond2.c 900target/arm/tcc780x/cowond2/button-cowond2.c
902target/arm/tcc780x/cowond2/lcd-cowond2.c 901target/arm/tcc780x/cowond2/lcd-cowond2.c
@@ -904,6 +903,8 @@ target/arm/tcc780x/cowond2/power-cowond2.c
904target/arm/tcc780x/cowond2/powermgmt-cowond2.c 903target/arm/tcc780x/cowond2/powermgmt-cowond2.c
905target/arm/tcc780x/cowond2/usb-cowond2.c 904target/arm/tcc780x/cowond2/usb-cowond2.c
906#ifndef BOOTLOADER 905#ifndef BOOTLOADER
906target/arm/tcc780x/kernel-tcc780x.c
907target/arm/tcc780x/timer-tcc780x.c
907target/arm/wmcodec-telechips.c 908target/arm/wmcodec-telechips.c
908target/arm/tcc780x/debug-tcc780x.c 909target/arm/tcc780x/debug-tcc780x.c
909target/arm/tcc780x/cowond2/pcm-cowond2.c 910target/arm/tcc780x/cowond2/pcm-cowond2.c