summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 144b1c1032..87316cba1e 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -99,6 +99,9 @@ drivers/mas.c
99#ifdef IRIVER_H300_SERIES 99#ifdef IRIVER_H300_SERIES
100drivers/pcf50606.c 100drivers/pcf50606.c
101#endif 101#endif
102#if defined(APPLE_IPODCOLOR) || defined(APPLE_IPODNANO)
103drivers/pcf50605.c
104#endif
102#if CONFIG_RTC == RTC_M41ST84W 105#if CONFIG_RTC == RTC_M41ST84W
103drivers/rtc.c 106drivers/rtc.c
104#endif 107#endif