summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-08-03 20:21:55 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-08-03 20:21:55 +0000
commit6492fa23c494168934b2a2db5609febf12fd1e61 (patch)
treebcb0f2e35a1f1aed48dc926fc287581c4b01b50c
parent4d75350e75e14f93ee378da701170ee29a26aba9 (diff)
downloadrockbox-6492fa23c494168934b2a2db5609febf12fd1e61.zip
rockbox-6492fa23c494168934b2a2db5609febf12fd1e61.tar.gz
rockbox-6492fa23c494168934b2a2db5609febf12fd1e61.tar.bz2
rockbox-6492fa23c494168934b2a2db5609febf12fd1e61.tar.xz
H10 is a target_tree target
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10449 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/FILES1
-rw-r--r--firmware/SOURCES11
2 files changed, 12 insertions, 0 deletions
diff --git a/firmware/FILES b/firmware/FILES
index a99deba..09289c8 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 4adc328..8e2ca74 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