removed obsolete mmu.c

This commit is contained in:
Markus Fröschle
2013-08-07 05:31:20 +00:00
parent 3fa25cf1f6
commit 43321bdda4

View File

@@ -67,7 +67,6 @@ CSRCS= \
$(SRCDIR)/BaS.c \
$(SRCDIR)/cache.c \
$(SRCDIR)/mmc.c \
$(SRCDIR)/mmu.c \
$(SRCDIR)/unicode.c \
$(SRCDIR)/ff.c \
$(SRCDIR)/sd_card.c \
@@ -80,6 +79,7 @@ CSRCS= \
ASRCS= \
$(SRCDIR)/startcf.S \
$(SRCDIR)/mmu.S \
$(SRCDIR)/printf_helper.S \
$(SRCDIR)/exceptions.S \
$(SRCDIR)/supervisor.S \