From 93fdb88e6dd311e744079908b9b66fe80a7c71a8 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) --- BaS_GNU/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BaS_GNU/Makefile b/BaS_GNU/Makefile index cac202f..0533d19 100644 --- a/BaS_GNU/Makefile +++ b/BaS_GNU/Makefile @@ -27,7 +27,7 @@ CSRCS= \ $(SRCDIR)/sd_card.c \ $(SRCDIR)/last.c -ARCS= \ +ASRCS= \ $(SRCDIR)/startcf.S \ $(SRCDIR)/mmu.S \ $(SRCDIR)/exceptions.S \