summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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