summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2007-06-05 07:03:30 +0000
committerMichael Sevakis <jethead71@rockbox.org>2007-06-05 07:03:30 +0000
commitbcb8a884ee256e31d45a46bdeb83423457ac48d2 (patch)
tree5452ef9fa0b3f968a30835d44360f35951f2a0d5 /firmware/SOURCES
parentfea88888f0bc271b57a6d6dfab387fddc1cbd20d (diff)
e200: Add recording. Just from MIC right now and FM integration will happen soon. Most every bit of weirdness is nescessary and no problems seem to exist that the retailos doesn't exhibit too (namely noise when LCD is on when recording from MIC).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13557 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index fdb457cbed..70bd12e0d5 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -296,7 +296,9 @@ target/arm/system-pp502x.c
target/arm/crt0-pp-bl.S
#else
target/arm/pcm-pp.c
+#ifndef SANSA_E200
target/arm/audio-pp.c
+#endif /* SANSA_E200 */
target/arm/crt0-pp.S
#endif
#elif CONFIG_CPU == PNX0101
@@ -375,6 +377,9 @@ target/arm/usb-pp.c
target/arm/sandisk/sansa-e200/button-e200.c
target/arm/sandisk/sansa-e200/power-e200.c
target/arm/i2s-pp.c
+#ifndef BOOTLOADER
+target/arm/sandisk/sansa-e200/audio-e200.c
+#endif /* BOOTLOADER */
#endif /* SIMULATOR */
#endif /* SANSA_E200 */