mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Enable calendar plugin for non-rtc targets (FS#10786 by Teruaki Kawashima)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23995 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
13c7866425
commit
aa57da3468
2 changed files with 88 additions and 17 deletions
|
@ -58,6 +58,7 @@ flipit.c
|
|||
#ifdef HAVE_LCD_BITMAP /* Not for the Player */
|
||||
rockblox1d.c
|
||||
brickmania.c
|
||||
calendar.c
|
||||
maze.c
|
||||
mazezam.c
|
||||
text_editor.c
|
||||
|
@ -102,7 +103,6 @@ vu_meter.c
|
|||
wormlet.c
|
||||
|
||||
#if CONFIG_RTC
|
||||
calendar.c
|
||||
#endif /* CONFIG_RTC */
|
||||
|
||||
#if (MEMORYSIZE <= 8) && !defined(SIMULATOR) /* loaders, only needed for Archos */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue