summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2006-10-30 08:56:06 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2006-10-30 08:56:06 +0000
commit139f9f28e9179a881c0bdd5c6bed6790591a07cb (patch)
tree21920a9ca8bf5e9123ff230c6aa3ec5e9b7acb1b /firmware/SOURCES
parent145ec81d2f879482fbfe192dcf39350f36bda3d7 (diff)
downloadrockbox-139f9f28e9179a881c0bdd5c6bed6790591a07cb.tar.gz
rockbox-139f9f28e9179a881c0bdd5c6bed6790591a07cb.zip
move the iriver h1x0/h3x0 targets to the target tree
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11392 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES26
1 files changed, 19 insertions, 7 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 95e8450d00..e506a1bcf6 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -253,18 +253,30 @@ target/coldfire/iaudio/x5/lcd-remote-x5.c
253#endif 253#endif
254#endif 254#endif
255 255
256#ifdef IRIVER_H100_SERIES 256#ifdef IRIVER_H300_SERIES
257target/coldfire/iriver/h300/power-h300.c
257#ifndef SIMULATOR 258#ifndef SIMULATOR
258target/coldfire/iriver/h100/button-h100.c 259target/coldfire/pcf50606-coldfire.c
260target/coldfire/iriver/ata-iriver.c
261target/coldfire/iriver/system-iriver.c
262target/coldfire/iriver/h300/adc-h300.c
263target/coldfire/iriver/h300/backlight-h300.c
264target/coldfire/iriver/h300/button-h300.c
265target/coldfire/iriver/h300/lcd-as-h300.S
266target/coldfire/iriver/h300/pcf50606-h300.c
267target/coldfire/iriver/h300/usb-h300.c
259#endif 268#endif
260#endif 269#endif
261 270
262#ifdef IRIVER_H300_SERIES 271#ifdef IRIVER_H100_SERIES
272target/coldfire/iriver/h100/power-h100.c
263#ifndef SIMULATOR 273#ifndef SIMULATOR
264target/coldfire/iriver/h300/lcd-as-h300.S 274target/coldfire/iriver/ata-iriver.c
265target/coldfire/iriver/h300/button-h300.c 275target/coldfire/iriver/system-iriver.c
266target/coldfire/pcf50606-coldfire.c 276target/coldfire/iriver/h100/adc-h100.c
267target/coldfire/iriver/h300/pcf50606-h300.c 277target/coldfire/iriver/h100/backlight-h100.c
278target/coldfire/iriver/h100/button-h100.c
279target/coldfire/iriver/h100/usb-h100.c
268#endif 280#endif
269#endif 281#endif
270 282