1
0
Fork 0
forked from len0rd/rockbox

Oops - fix PortalPlayer builds

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12129 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Ankers 2007-01-27 20:39:09 +00:00
parent ec0a362ea2
commit df8446a72b
2 changed files with 3 additions and 10 deletions

View file

@ -25,10 +25,8 @@
****************************************************************************/ ****************************************************************************/
#include "system.h" #include "system.h"
#include "config.h" #include "config.h"
#if CONFIG_I2C == I2C_PP5020 #if CONFIG_I2C == I2C_PP5020 || CONFIG_I2C == I2C_PP5002
#include "i2c-pp5020.h" #include "i2c-pp.h"
#elif CONFIG_I2C == I2C_PP5002
#include "i2c-pp5002.h"
#endif #endif
#include "rtc.h" #include "rtc.h"

View file

@ -25,12 +25,7 @@
****************************************************************************/ ****************************************************************************/
#include "system.h" #include "system.h"
#include "i2c-pp.h"
#if CONFIG_CPU == PP5020
#include "i2c-pp5020.h"
#elif CONFIG_CPU == PP5002
#include "i2c-pp5002.h"
#endif
#if defined(IRIVER_H10) || defined(IRIVER_H10_5GB) #if defined(IRIVER_H10) || defined(IRIVER_H10_5GB)
/* The H10's audio codec uses an I2C address of 0x1b */ /* The H10's audio codec uses an I2C address of 0x1b */