summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
authorRob Purchase <shotofadds@rockbox.org>2008-04-21 20:16:18 +0000
committerRob Purchase <shotofadds@rockbox.org>2008-04-21 20:16:18 +0000
commitfd773cbda68fe0f0edc89507a57ddb6f500fd681 (patch)
treeb24d89d188c88c92bd1dae536f86d6eb0f10fe62 /firmware/SOURCES
parent5d7d410a47f0c046a8250e4f64a61e80b2af87c2 (diff)
downloadrockbox-fd773cbda68fe0f0edc89507a57ddb6f500fd681.tar.gz
rockbox-fd773cbda68fe0f0edc89507a57ddb6f500fd681.zip
A few preparations for the D2 PCM driver: move driver up to TCC780x level, move FIQ handler into PCM driver, add some new register defines, and remove those goddamn warnings.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17209 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 6acf81d76b..bf4fb86af4 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -925,7 +925,7 @@ target/arm/tcc780x/kernel-tcc780x.c
925target/arm/tcc780x/timer-tcc780x.c 925target/arm/tcc780x/timer-tcc780x.c
926target/arm/wmcodec-telechips.c 926target/arm/wmcodec-telechips.c
927target/arm/tcc780x/debug-tcc780x.c 927target/arm/tcc780x/debug-tcc780x.c
928target/arm/tcc780x/cowond2/pcm-cowond2.c 928target/arm/tcc780x/pcm-tcc780x.c
929#endif /* BOOTLOADER */ 929#endif /* BOOTLOADER */
930#endif /* SIMULATOR */ 930#endif /* SIMULATOR */
931#endif /* COWON_D2 */ 931#endif /* COWON_D2 */