summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/SOURCES5
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index c2ddc3d42b..88a0302278 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -56,9 +56,12 @@ video.c
56#endif 56#endif
57vu_meter.c 57vu_meter.c
58 58
59#ifdef CONFIG_RTC /* Recorder models only */ 59#ifdef CONFIG_RTC
60#if CONFIG_KEYPAD == RECORDER_PAD
61/* Recorder models only for now */
60calendar.c 62calendar.c
61clock.c 63clock.c
64#endif
62#endif /* #ifdef CONFIG_RTC */ 65#endif /* #ifdef CONFIG_RTC */
63 66
64#if CONFIG_KEYPAD != ONDIO_PAD 67#if CONFIG_KEYPAD != ONDIO_PAD