summaryrefslogtreecommitdiffstats
path: root/firmware
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2006-10-29 10:32:50 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2006-10-29 10:32:50 +0000
commita737de778ada2a8ce2cf2cc05aca8e4bd68d2b81 (patch)
treeba9a587c61d56e3b0111d22ee47dc491ce9b567a /firmware
parentcad563b00f1013ad0c56746140ff3b30e8402b70 (diff)
downloadrockbox-a737de778ada2a8ce2cf2cc05aca8e4bd68d2b81.tar.gz
rockbox-a737de778ada2a8ce2cf2cc05aca8e4bd68d2b81.zip
oops, two files didnt get commited
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11381 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/FILES1
-rw-r--r--firmware/SOURCES7
2 files changed, 8 insertions, 0 deletions
diff --git a/firmware/FILES b/firmware/FILES
index e153f05fed..7867cdfcf0 100644
--- a/firmware/FILES
+++ b/firmware/FILES
@@ -16,6 +16,7 @@ target/arm/*.[chS]
target/sh/*.[chS]
target/coldfire/*.[chS]
target/coldfire/iaudio/x5/*.[chS]
+target/coldfire/iriver/h100/*.[chS]
target/coldfire/iriver/h300/*.[chS]
target/arm/sandisk/sansa-e200/*.[chS]
target/arm/iriver/h10/*.[chS]
diff --git a/firmware/SOURCES b/firmware/SOURCES
index e64fbebc7e..95e8450d00 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -253,9 +253,16 @@ target/coldfire/iaudio/x5/lcd-remote-x5.c
#endif
#endif
+#ifdef IRIVER_H100_SERIES
+#ifndef SIMULATOR
+target/coldfire/iriver/h100/button-h100.c
+#endif
+#endif
+
#ifdef IRIVER_H300_SERIES
#ifndef SIMULATOR
target/coldfire/iriver/h300/lcd-as-h300.S
+target/coldfire/iriver/h300/button-h300.c
target/coldfire/pcf50606-coldfire.c
target/coldfire/iriver/h300/pcf50606-h300.c
#endif