1
0
Fork 0
forked from len0rd/rockbox

make fmradio-i2c code from clip more generic, so it works for m200v4 and hopefully all other as3525 targets.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19370 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Wenger 2008-12-09 17:21:16 +00:00
parent 4ae9de5490
commit 02184a242e
2 changed files with 31 additions and 10 deletions

View file

@ -1094,6 +1094,8 @@ target/arm/lcd-ssd1815.c
target/arm/as3525/sansa-m200v4/button-m200v4.c
#ifndef BOOTLOADER
target/arm/as3525/powermgmt-as3525.c
drivers/generic_i2c.c
target/arm/as3525/fmradio-i2c-as3525.c
#endif /* !BOOTLOADER */
#endif /* !SIMULATOR */
#endif /* SANSA_M200V4 */