summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/SOURCES6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 63348ed8f5..d8cd16e692 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -61,6 +61,9 @@ drivers/lcd-16bit.c
61#if CONFIG_LCD==LCD_IPODNANO || CONFIG_LCD==LCD_IPODCOLOR 61#if CONFIG_LCD==LCD_IPODNANO || CONFIG_LCD==LCD_IPODCOLOR
62drivers/lcd-ipod.c 62drivers/lcd-ipod.c
63#endif 63#endif
64#if CONFIG_LCD==LCD_H300
65drivers/lcd-h300.c
66#endif
64drivers/power.c 67drivers/power.c
65#ifdef CONFIG_LED 68#ifdef CONFIG_LED
66drivers/led.c 69drivers/led.c
@@ -147,3 +150,6 @@ replaygain.c
147pcm_record.c 150pcm_record.c
148#endif 151#endif
149sound.c 152sound.c
153#ifdef IRIVER_H300_SERIES
154drivers/pcf50606.c
155#endif