mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
Fix sim builds.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12523 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8fd6d658a1
commit
d70dc25edf
7 changed files with 7 additions and 7 deletions
|
|
@ -46,7 +46,7 @@
|
|||
#define CONFIG_CODEC SWCODEC
|
||||
|
||||
/* define this if you have a real-time clock */
|
||||
#ifndef BOOTLOADER
|
||||
#if !defined(BOOTLOADER) && !defined(SIMULATOR)
|
||||
#define CONFIG_RTC RTC_PCF50605
|
||||
#define HAVE_RTC_ALARM
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@
|
|||
#define CONFIG_CODEC SWCODEC
|
||||
|
||||
/* define this if you have a real-time clock */
|
||||
#ifndef BOOTLOADER
|
||||
#if !defined(BOOTLOADER) && !defined(SIMULATOR)
|
||||
#define CONFIG_RTC RTC_PCF50605
|
||||
#define HAVE_RTC_ALARM
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@
|
|||
#define CONFIG_CODEC SWCODEC
|
||||
|
||||
/* define this if you have a real-time clock */
|
||||
#ifndef BOOTLOADER
|
||||
#if !defined(BOOTLOADER) && !defined(SIMULATOR)
|
||||
#define CONFIG_RTC RTC_PCF50605
|
||||
#define HAVE_RTC_ALARM
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@
|
|||
#define CONFIG_CODEC SWCODEC
|
||||
|
||||
/* define this if you have a real-time clock */
|
||||
#ifndef BOOTLOADER
|
||||
#if !defined(BOOTLOADER) && !defined(SIMULATOR)
|
||||
#define CONFIG_RTC RTC_PCF50605
|
||||
#define HAVE_RTC_ALARM
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@
|
|||
#define CONFIG_CODEC SWCODEC
|
||||
|
||||
/* define this if you have a real-time clock */
|
||||
#ifndef BOOTLOADER
|
||||
#if !defined(BOOTLOADER) && !defined(SIMULATOR)
|
||||
#define CONFIG_RTC RTC_PCF50605
|
||||
#define HAVE_RTC_ALARM
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@
|
|||
#define CONFIG_CODEC SWCODEC
|
||||
|
||||
/* define this if you have a real-time clock */
|
||||
#ifndef BOOTLOADER
|
||||
#if !defined(BOOTLOADER) && !defined(SIMULATOR)
|
||||
#define CONFIG_RTC RTC_PCF50605
|
||||
#define HAVE_RTC_ALARM
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@
|
|||
#define CONFIG_CODEC SWCODEC
|
||||
|
||||
/* define this if you have a real-time clock */
|
||||
#ifndef BOOTLOADER
|
||||
#if !defined(BOOTLOADER) && !defined(SIMULATOR)
|
||||
#define CONFIG_RTC RTC_PCF50605
|
||||
#define HAVE_RTC_ALARM
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue