summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 5506f98e85..349155f8ce 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -252,6 +252,8 @@ drivers/rtc/rtc_tcc77x.c
252drivers/rtc/rtc_jz4740.c 252drivers/rtc/rtc_jz4740.c
253#elif (CONFIG_RTC == RTC_S35390A) 253#elif (CONFIG_RTC == RTC_S35390A)
254drivers/rtc/rtc_s35390a.c 254drivers/rtc/rtc_s35390a.c
255#elif (CONFIG_RTC == RTC_S35380A)
256drivers/rtc/rtc_s35380a.c
255#elif (CONFIG_RTC == RTC_D2) 257#elif (CONFIG_RTC == RTC_D2)
256drivers/rtc/rtc_d2.c 258drivers/rtc/rtc_d2.c
257#endif /* (CONFIG_RTC == RTC_) */ 259#endif /* (CONFIG_RTC == RTC_) */