From 1ab9a7fda8e536d243275ddced61aae819cdbc4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Wed, 7 Aug 2013 05:31:20 +0000 Subject: [PATCH] removed obsolete mmu.c --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f5a8247..5a72b7d 100644 --- a/Makefile +++ b/Makefile @@ -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 \