diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-08-03 20:21:55 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-08-03 20:21:55 +0000 |
commit | 6492fa23c494168934b2a2db5609febf12fd1e61 (patch) | |
tree | bcb0f2e35a1f1aed48dc926fc287581c4b01b50c /firmware | |
parent | 4d75350e75e14f93ee378da701170ee29a26aba9 (diff) |
H10 is a target_tree target
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10449 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r-- | firmware/FILES | 1 | ||||
-rw-r--r-- | firmware/SOURCES | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/firmware/FILES b/firmware/FILES index a99deba0b4..09289c82f6 100644 --- a/firmware/FILES +++ b/firmware/FILES @@ -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] diff --git a/firmware/SOURCES b/firmware/SOURCES index 4adc328980..8e2ca740ab 100644 --- a/firmware/SOURCES +++ b/firmware/SOURCES @@ -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 |