From b60b29f442081bde4300e674d56f9012feeab015 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Tue, 5 Oct 2004 08:11:11 +0000 Subject: Compile ata_mmc.c for targets with mmc, ata.c for all others. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5174 a1c6a512-1295-4272-9138-f99709370657 --- firmware/drivers/ata.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'firmware/drivers/ata.c') diff --git a/firmware/drivers/ata.c b/firmware/drivers/ata.c index 4ba5829f56..62b4fb6d8c 100644 --- a/firmware/drivers/ata.c +++ b/firmware/drivers/ata.c @@ -30,9 +30,6 @@ #include "string.h" #include "hwcompat.h" -/* skip whole file for an MMC-based system, FIXME in makefile */ -#ifndef HAVE_MMC - #if CONFIG_CPU == SCF5249 /* don't use sh7034 assembler routines */ @@ -1202,5 +1199,3 @@ int ata_init(void) return 0; } - -#endif /* #ifndef HAVE_MMC */ -- cgit v1.2.3