From 79c5f6e2f2a0696fccd005ce5d8484fc345e3aa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Thu, 18 Oct 2012 15:49:21 +0000 Subject: [PATCH] removed last file --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 94ceb42..d1440d9 100644 --- a/Makefile +++ b/Makefile @@ -37,8 +37,7 @@ CSRCS= \ $(SRCDIR)/init_fpga.c \ $(SRCDIR)/BaS.c \ $(SRCDIR)/cache.c \ - $(SRCDIR)/sd_card.c \ - $(SRCDIR)/last.c + $(SRCDIR)/sd_card.c ASRCS= \ $(SRCDIR)/mmu.S \