Fix sim builds.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12523 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thom Johansen 2007-02-28 22:22:12 +00:00
parent 8fd6d658a1
commit d70dc25edf
7 changed files with 7 additions and 7 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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