summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/SOURCES2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 0371cea684..67bb5adbe4 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -194,6 +194,8 @@ drivers/rtc/rtc_tcc77x.c
194drivers/rtc/rtc_jz4740.c 194drivers/rtc/rtc_jz4740.c
195#elif (CONFIG_RTC == RTC_S35390A) 195#elif (CONFIG_RTC == RTC_S35390A)
196drivers/rtc/rtc_s35390a.c 196drivers/rtc/rtc_s35390a.c
197#elif (CONFIG_RTC == RTC_D2)
198drivers/rtc/rtc_d2.c
197#endif /* (CONFIG_RTC == RTC_) */ 199#endif /* (CONFIG_RTC == RTC_) */
198#endif /* SIMULATOR */ 200#endif /* SIMULATOR */
199 201