summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
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 /firmware/SOURCES
parent4d75350e75e14f93ee378da701170ee29a26aba9 (diff)
downloadrockbox-6492fa23c494168934b2a2db5609febf12fd1e61.tar.gz
rockbox-6492fa23c494168934b2a2db5609febf12fd1e61.zip
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/SOURCES')
-rw-r--r--firmware/SOURCES11
1 files changed, 11 insertions, 0 deletions
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
240target/coldfire/iaudio/x5/lcd-remote-x5.c 240target/coldfire/iaudio/x5/lcd-remote-x5.c
241#endif 241#endif
242#endif 242#endif
243
244#ifdef IRIVER_H10
245#ifndef SIMULATOR
246target/arm/iriver/h10/backlight-h10.c
247target/arm/iriver/h10/button-h10.c
248target/arm/iriver/h10/ata-h10.c
249target/arm/iriver/h10/power-h10.c
250target/arm/iriver/h10/usb-h10.c
251target/arm/iriver/h10/lcd-h10.c
252#endif
253#endif