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 63348ed..d8cd16e 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -61,6 +61,9 @@ drivers/lcd-16bit.c
#if CONFIG_LCD==LCD_IPODNANO || CONFIG_LCD==LCD_IPODCOLOR
drivers/lcd-ipod.c
#endif
+#if CONFIG_LCD==LCD_H300
+drivers/lcd-h300.c
+#endif
drivers/power.c
#ifdef CONFIG_LED
drivers/led.c
@@ -147,3 +150,6 @@ replaygain.c
pcm_record.c
#endif
sound.c
+#ifdef IRIVER_H300_SERIES
+drivers/pcf50606.c
+#endif