summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/SOURCES4
-rw-r--r--firmware/target/sh/archos/ondio/ata_mmc.c (renamed from firmware/drivers/ata_mmc.c)0
2 files changed, 1 insertions, 3 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index e0186af966..b1378ff28a 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -197,9 +197,6 @@ drivers/touchscreen.c
197 197
198/* Storage */ 198/* Storage */
199#if (CONFIG_PLATFORM & PLATFORM_NATIVE) 199#if (CONFIG_PLATFORM & PLATFORM_NATIVE)
200#if (CONFIG_STORAGE & STORAGE_MMC)
201drivers/ata_mmc.c
202#endif
203#if (CONFIG_STORAGE & STORAGE_NAND) && (CONFIG_NAND == NAND_IFP7XX) 200#if (CONFIG_STORAGE & STORAGE_NAND) && (CONFIG_NAND == NAND_IFP7XX)
204drivers/ata_flash.c 201drivers/ata_flash.c
205#endif 202#endif
@@ -636,6 +633,7 @@ target/sh/archos/ondio/button-ondio.c
636target/sh/archos/ondio/power-ondio.c 633target/sh/archos/ondio/power-ondio.c
637target/sh/archos/ondio/powermgmt-ondio.c 634target/sh/archos/ondio/powermgmt-ondio.c
638target/sh/archos/ondio/usb-ondio.c 635target/sh/archos/ondio/usb-ondio.c
636target/sh/archos/ondio/ata_mmc.c
639target/sh/archos/mascodec-archos.c 637target/sh/archos/mascodec-archos.c
640target/sh/archos/audio-archos.c 638target/sh/archos/audio-archos.c
641#if (CONFIG_TUNER & TEA5767) 639#if (CONFIG_TUNER & TEA5767)
diff --git a/firmware/drivers/ata_mmc.c b/firmware/target/sh/archos/ondio/ata_mmc.c
index fc2efcd3e4..fc2efcd3e4 100644
--- a/firmware/drivers/ata_mmc.c
+++ b/firmware/target/sh/archos/ondio/ata_mmc.c