summaryrefslogtreecommitdiffstats
path: root/firmware/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES11
1 files changed, 11 insertions, 0 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 6b5627e4f4..2f10213ca8 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -82,7 +82,9 @@ drivers/lcd-ipodvideo.c
#if CONFIG_LCD==LCD_H300
drivers/lcd-h300.c
#endif
+#ifndef IAUDIO_X5
drivers/power.c
+#endif
drivers/led.c
#ifndef SIMULATOR
drivers/adc.c
@@ -195,3 +197,12 @@ sound.c
common/sscanf.c
usb_serial.c
#endif
+
+#ifndef SIMULATOR
+#ifdef IAUDIO_X5
+drivers/generic_i2c.c
+target/coldfire/iaudio/x5/power-x5.c
+target/coldfire/iaudio/x5/lcd-x5.c
+target/coldfire/iaudio/x5/pcf50606-x5.c
+#endif
+#endif