summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
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