summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 92a41cdead..171cd6db12 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -138,9 +138,6 @@ drivers/i2c.c
138#if CONFIG_CODEC != SWCODEC 138#if CONFIG_CODEC != SWCODEC
139drivers/mas.c 139drivers/mas.c
140#endif 140#endif
141#ifdef IRIVER_H300_SERIES
142drivers/pcf50606.c
143#endif
144#ifdef HAVE_EEPROM 141#ifdef HAVE_EEPROM
145drivers/eeprom_24cxx.c 142drivers/eeprom_24cxx.c
146#ifdef HAVE_EEPROM_SETTINGS 143#ifdef HAVE_EEPROM_SETTINGS
@@ -242,6 +239,7 @@ target/coldfire/iaudio/x5/power-x5.c
242target/coldfire/iaudio/x5/button-x5.c 239target/coldfire/iaudio/x5/button-x5.c
243target/coldfire/iaudio/x5/lcd-as-x5.S 240target/coldfire/iaudio/x5/lcd-as-x5.S
244target/coldfire/iaudio/x5/lcd-x5.c 241target/coldfire/iaudio/x5/lcd-x5.c
242target/coldfire/pcf50606-coldfire.c
245target/coldfire/iaudio/x5/pcf50606-x5.c 243target/coldfire/iaudio/x5/pcf50606-x5.c
246target/coldfire/iaudio/x5/adc-x5.c 244target/coldfire/iaudio/x5/adc-x5.c
247target/coldfire/iaudio/x5/ata-x5.c 245target/coldfire/iaudio/x5/ata-x5.c
@@ -256,6 +254,8 @@ target/coldfire/iaudio/x5/lcd-remote-x5.c
256#ifdef IRIVER_H300_SERIES 254#ifdef IRIVER_H300_SERIES
257#ifndef SIMULATOR 255#ifndef SIMULATOR
258target/coldfire/iriver/h300/lcd-as-h300.S 256target/coldfire/iriver/h300/lcd-as-h300.S
257target/coldfire/pcf50606-coldfire.c
258target/coldfire/iriver/h300/pcf50606-h300.c
259#endif 259#endif
260#endif 260#endif
261 261