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 a99deba0b4..09289c82f6 100644
--- a/firmware/FILES
+++ b/firmware/FILES
@@ -17,3 +17,4 @@ target/sh/*.[chS]
17target/coldfire/*.[chS] 17target/coldfire/*.[chS]
18target/coldfire/iaudio/x5/*.[chS] 18target/coldfire/iaudio/x5/*.[chS]
19target/arm/sandisk/sansa-e200/*.[chS] 19target/arm/sandisk/sansa-e200/*.[chS]
20target/arm/iriver/h10/*.[chS]
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