summaryrefslogtreecommitdiff
path: root/apps/plugins/SOURCES
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2008-10-25 16:34:15 +0000
committerNils Wallménius <nils@rockbox.org>2008-10-25 16:34:15 +0000
commit50a8017139981511ee0b0a0e3529a75560c511bd (patch)
treedc8443c48796392534e0a329615a31f10a37445c /apps/plugins/SOURCES
parent3ae419d9557e7db0312407bcda29237d31e6b4be (diff)
downloadrockbox-50a8017139981511ee0b0a0e3529a75560c511bd.tar.gz
rockbox-50a8017139981511ee0b0a0e3529a75560c511bd.zip
Accept FS#9224 by Teruaki Kawashima, adding support for all RTC equipped targets and some other enhancements to the calendar plugin.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18875 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SOURCES')
-rw-r--r--apps/plugins/SOURCES2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index b1b397d062..fe00ebc948 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -86,9 +86,7 @@ vu_meter.c
86wormlet.c 86wormlet.c
87 87
88#if CONFIG_RTC 88#if CONFIG_RTC
89#if CONFIG_KEYPAD == RECORDER_PAD /* Recorder models only for now */
90calendar.c 89calendar.c
91#endif
92#endif /* CONFIG_RTC */ 90#endif /* CONFIG_RTC */
93 91
94#if (MEMORYSIZE <= 8) && !defined(SIMULATOR) /* loaders, only needed for Archos */ 92#if (MEMORYSIZE <= 8) && !defined(SIMULATOR) /* loaders, only needed for Archos */