diff options
| author | Björn Stenberg <bjorn@haxx.se> | 2004-10-05 08:11:11 +0000 |
|---|---|---|
| committer | Björn Stenberg <bjorn@haxx.se> | 2004-10-05 08:11:11 +0000 |
| commit | b60b29f442081bde4300e674d56f9012feeab015 (patch) | |
| tree | 845e9f0915c4564c1dd722708945b6acefd53d2f /firmware/drivers/ata.c | |
| parent | d2f2953a743040d5198587d34deead39d314340f (diff) | |
| download | rockbox-b60b29f442081bde4300e674d56f9012feeab015.zip rockbox-b60b29f442081bde4300e674d56f9012feeab015.tar.gz rockbox-b60b29f442081bde4300e674d56f9012feeab015.tar.bz2 rockbox-b60b29f442081bde4300e674d56f9012feeab015.tar.xz | |
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
Diffstat (limited to 'firmware/drivers/ata.c')
| -rw-r--r-- | firmware/drivers/ata.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/firmware/drivers/ata.c b/firmware/drivers/ata.c index 4ba5829..62b4fb6 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 */ |