summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2008-12-16 22:58:47 +0000
committerBertrik Sikken <bertrik@sikken.nl>2008-12-16 22:58:47 +0000
commitc7c546cf59c4833b60080029ee31ae7f42e5a6bf (patch)
tree4e71e0f996d9aff4cd8afb0a80e024236dc3403e /firmware/SOURCES
parent1244ab632c1739ca2cd59d52e390e3115bb149bf (diff)
downloadrockbox-c7c546cf59c4833b60080029ee31ae7f42e5a6bf.tar.gz
rockbox-c7c546cf59c4833b60080029ee31ae7f42e5a6bf.zip
AMS Sansa: add fmradio i2c support for e200v2 and the fuze, by Thomas Martitz and Michael Chicoine
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19463 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 6587b59f86..5d1dd0d800 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -1087,6 +1087,8 @@ target/arm/as3525/sansa-e200v2/lcd-e200v2.c
1087target/arm/as3525/sansa-e200v2/button-e200v2.c 1087target/arm/as3525/sansa-e200v2/button-e200v2.c
1088target/arm/as3525/backlight-e200v2-fuze.c 1088target/arm/as3525/backlight-e200v2-fuze.c
1089#ifndef BOOTLOADER 1089#ifndef BOOTLOADER
1090drivers/generic_i2c.c
1091target/arm/as3525/fmradio-i2c-as3525.c
1090target/arm/as3525/powermgmt-as3525.c 1092target/arm/as3525/powermgmt-as3525.c
1091#endif /* !BOOTLOADER */ 1093#endif /* !BOOTLOADER */
1092#endif /* !SIMULATOR */ 1094#endif /* !SIMULATOR */
@@ -1110,6 +1112,8 @@ target/arm/as3525/sansa-fuze/button-fuze.c
1110target/arm/as3525/sansa-fuze/lcd-fuze.c 1112target/arm/as3525/sansa-fuze/lcd-fuze.c
1111target/arm/as3525/backlight-e200v2-fuze.c 1113target/arm/as3525/backlight-e200v2-fuze.c
1112#ifndef BOOTLOADER 1114#ifndef BOOTLOADER
1115drivers/generic_i2c.c
1116target/arm/as3525/fmradio-i2c-as3525.c
1113target/arm/as3525/powermgmt-as3525.c 1117target/arm/as3525/powermgmt-as3525.c
1114#endif /* !BOOTLOADER */ 1118#endif /* !BOOTLOADER */
1115#endif /* !SIMULATOR */ 1119#endif /* !SIMULATOR */