H10 is a target_tree target

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10449 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2006-08-03 20:21:55 +00:00
parent 4d75350e75
commit 6492fa23c4
2 changed files with 12 additions and 0 deletions

View file

@ -17,3 +17,4 @@ target/sh/*.[chS]
target/coldfire/*.[chS]
target/coldfire/iaudio/x5/*.[chS]
target/arm/sandisk/sansa-e200/*.[chS]
target/arm/iriver/h10/*.[chS]

View file

@ -240,3 +240,14 @@ target/coldfire/iaudio/x5/m5636-x5.c
target/coldfire/iaudio/x5/lcd-remote-x5.c
#endif
#endif
#ifdef IRIVER_H10
#ifndef SIMULATOR
target/arm/iriver/h10/backlight-h10.c
target/arm/iriver/h10/button-h10.c
target/arm/iriver/h10/ata-h10.c
target/arm/iriver/h10/power-h10.c
target/arm/iriver/h10/usb-h10.c
target/arm/iriver/h10/lcd-h10.c
#endif
#endif