summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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]
16target/sh/*.[chS] 16target/sh/*.[chS]
17target/coldfire/*.[chS] 17target/coldfire/*.[chS]
18target/coldfire/iaudio/x5/*.[chS] 18target/coldfire/iaudio/x5/*.[chS]
19target/coldfire/iriver/h100/*.[chS]
19target/coldfire/iriver/h300/*.[chS] 20target/coldfire/iriver/h300/*.[chS]
20target/arm/sandisk/sansa-e200/*.[chS] 21target/arm/sandisk/sansa-e200/*.[chS]
21target/arm/iriver/h10/*.[chS] 22target/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
253#endif 253#endif
254#endif 254#endif
255 255
256#ifdef IRIVER_H100_SERIES
257#ifndef SIMULATOR
258target/coldfire/iriver/h100/button-h100.c
259#endif
260#endif
261
256#ifdef IRIVER_H300_SERIES 262#ifdef IRIVER_H300_SERIES
257#ifndef SIMULATOR 263#ifndef SIMULATOR
258target/coldfire/iriver/h300/lcd-as-h300.S 264target/coldfire/iriver/h300/lcd-as-h300.S
265target/coldfire/iriver/h300/button-h300.c
259target/coldfire/pcf50606-coldfire.c 266target/coldfire/pcf50606-coldfire.c
260target/coldfire/iriver/h300/pcf50606-h300.c 267target/coldfire/iriver/h300/pcf50606-h300.c
261#endif 268#endif