forked from len0rd/rockbox
Move ata_mmc.c into target tree as it is SH (ondio) specific. Associated header file is left intact as it seems to be used in many places for historical reasons
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29478 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
fb3616368f
commit
fec3193f8a
2 changed files with 1 additions and 3 deletions
|
|
@ -197,9 +197,6 @@ drivers/touchscreen.c
|
||||||
|
|
||||||
/* Storage */
|
/* Storage */
|
||||||
#if (CONFIG_PLATFORM & PLATFORM_NATIVE)
|
#if (CONFIG_PLATFORM & PLATFORM_NATIVE)
|
||||||
#if (CONFIG_STORAGE & STORAGE_MMC)
|
|
||||||
drivers/ata_mmc.c
|
|
||||||
#endif
|
|
||||||
#if (CONFIG_STORAGE & STORAGE_NAND) && (CONFIG_NAND == NAND_IFP7XX)
|
#if (CONFIG_STORAGE & STORAGE_NAND) && (CONFIG_NAND == NAND_IFP7XX)
|
||||||
drivers/ata_flash.c
|
drivers/ata_flash.c
|
||||||
#endif
|
#endif
|
||||||
|
|
@ -636,6 +633,7 @@ target/sh/archos/ondio/button-ondio.c
|
||||||
target/sh/archos/ondio/power-ondio.c
|
target/sh/archos/ondio/power-ondio.c
|
||||||
target/sh/archos/ondio/powermgmt-ondio.c
|
target/sh/archos/ondio/powermgmt-ondio.c
|
||||||
target/sh/archos/ondio/usb-ondio.c
|
target/sh/archos/ondio/usb-ondio.c
|
||||||
|
target/sh/archos/ondio/ata_mmc.c
|
||||||
target/sh/archos/mascodec-archos.c
|
target/sh/archos/mascodec-archos.c
|
||||||
target/sh/archos/audio-archos.c
|
target/sh/archos/audio-archos.c
|
||||||
#if (CONFIG_TUNER & TEA5767)
|
#if (CONFIG_TUNER & TEA5767)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue