1
0
Fork 0
forked from len0rd/rockbox

Target tree support for Iriver iFP.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11485 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Tomasz Malesinski 2006-11-09 22:58:35 +00:00
parent fedfd44825
commit 6e992abf36
9 changed files with 21 additions and 125 deletions

View file

@ -518,3 +518,13 @@ target/arm/ipod/power-ipod.c
target/arm/ipod/usb-ipod.c
#endif /* SIMULATOR */
#endif /* IPOD_MINI2G */
#ifdef IRIVER_IFP7XX
target/arm/iriver/ifp7xx/power-ifp7xx.c
#ifndef SIMULATOR
target/arm/iriver/ifp7xx/adc-ifp7xx.c
target/arm/iriver/ifp7xx/backlight-ifp7xx.c
target/arm/iriver/ifp7xx/button-ifp7xx.c
target/arm/iriver/ifp7xx/usb-ifp7xx.c
#endif
#endif