1
0
Fork 0
forked from len0rd/rockbox

Initial commit of work-in-progress iPod port

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7781 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dave Chapman 2005-11-07 23:07:19 +00:00
parent 3cd5c646d0
commit 77372d1218
24 changed files with 2178 additions and 21 deletions

View file

@ -57,6 +57,8 @@ bidi.c
drivers/lcd-h100.c
#elif LCD_DEPTH == 1
drivers/lcd-recorder.c
#elif LCD_DEPTH == 16
drivers/lcd-16bit.c
#endif
#endif
drivers/power.c
@ -85,6 +87,8 @@ tuner_philips.c
#endif
#if CONFIG_I2C == I2C_COLDFIRE
drivers/i2c-coldfire.c
#elif CONFIG_I2C == I2C_PP5020
drivers/i2c-pp5020.c
#else
drivers/i2c.c
#endif