Only build alarm_menu.c if needed
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25438 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
910ce55a41
commit
7a994c84c3
2 changed files with 2 additions and 4 deletions
|
@ -2,7 +2,9 @@
|
||||||
logfdisp.c
|
logfdisp.c
|
||||||
#endif
|
#endif
|
||||||
action.c
|
action.c
|
||||||
|
#ifdef HAVE_RTC_ALARM
|
||||||
alarm_menu.c
|
alarm_menu.c
|
||||||
|
#endif
|
||||||
abrepeat.c
|
abrepeat.c
|
||||||
bookmark.c
|
bookmark.c
|
||||||
debug_menu.c
|
debug_menu.c
|
||||||
|
|
|
@ -20,8 +20,6 @@
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#ifdef HAVE_RTC_ALARM
|
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
|
||||||
#include "lcd.h"
|
#include "lcd.h"
|
||||||
|
@ -198,5 +196,3 @@ bool alarm_screen(void)
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif /* HAVE_RTC_ALARM */
|
|
||||||
|
|
Loading…
Reference in a new issue