started connecting FatFS to sd_card.c

This commit is contained in:
Markus Fröschle
2012-12-04 10:54:35 +00:00
parent 880951b07a
commit dc269327be
2 changed files with 6 additions and 23 deletions

View File

@@ -59,7 +59,9 @@ CSRCS= \
$(SRCDIR)/bas_printf.c \
$(SRCDIR)/BaS.c \
$(SRCDIR)/cache.c \
$(SRCDIR)/sd_card.c
$(SRCDIR)/sd_card.c \
$(SRCDIR)/ff.c \
$(SRCDIR)/mmcbb.c
ASRCS= \
$(SRCDIR)/startcf.S \