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:
parent
fedfd44825
commit
6e992abf36
9 changed files with 21 additions and 125 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue