1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Björn Stenberg 2004-10-05 08:11:11 +00:00
parent d2f2953a74
commit b60b29f442
3 changed files with 2 additions and 11 deletions

View file

@ -23,9 +23,10 @@ common/strtok.c
common/timefuncs.c
debug.c
drivers/adc.c
drivers/ata.c
#ifdef HAVE_MMC
drivers/ata_mmc.c
#else
drivers/ata.c
#endif
drivers/button.c
drivers/dac.c