From f15170afc0864e63e4a777f3903fdbf2b42e6f61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Fri, 12 Oct 2012 06:16:50 +0000 Subject: [PATCH] fixed typo (assembler sources weren't initialized correctly) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cac202f..0533d19 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ CSRCS= \ $(SRCDIR)/sd_card.c \ $(SRCDIR)/last.c -ARCS= \ +ASRCS= \ $(SRCDIR)/startcf.S \ $(SRCDIR)/mmu.S \ $(SRCDIR)/exceptions.S \