fixed typo (assembler sources weren't initialized correctly)

This commit is contained in:
Markus Fröschle
2012-10-12 06:16:50 +00:00
parent 8d088f22dc
commit c4765196cf

View File

@@ -27,7 +27,7 @@ CSRCS= \
$(SRCDIR)/sd_card.c \ $(SRCDIR)/sd_card.c \
$(SRCDIR)/last.c $(SRCDIR)/last.c
ARCS= \ ASRCS= \
$(SRCDIR)/startcf.S \ $(SRCDIR)/startcf.S \
$(SRCDIR)/mmu.S \ $(SRCDIR)/mmu.S \
$(SRCDIR)/exceptions.S \ $(SRCDIR)/exceptions.S \