forked from len0rd/rockbox
Work-in-progress iriver iFP-7xx port by Tomasz Malesinski
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8342 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8d13068421
commit
d83e929f3f
52 changed files with 737 additions and 18 deletions
|
@ -74,8 +74,12 @@ drivers/adc.c
|
|||
#ifdef HAVE_MMC
|
||||
drivers/ata_mmc.c
|
||||
#else
|
||||
#ifdef HAVE_FLASH_DISK
|
||||
drivers/ata_flash.c
|
||||
#else
|
||||
drivers/ata.c
|
||||
#endif
|
||||
#endif
|
||||
drivers/button.c
|
||||
drivers/dac.c
|
||||
drivers/fat.c
|
||||
|
@ -93,6 +97,8 @@ tuner_philips.c
|
|||
drivers/i2c-coldfire.c
|
||||
#elif CONFIG_I2C == I2C_PP5020
|
||||
drivers/i2c-pp5020.c
|
||||
#elif CONFIG_I2C == I2C_PNX0101
|
||||
drivers/i2c-pnx0101.c
|
||||
#else
|
||||
drivers/i2c.c
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue