start of rewrite of exceptions.S in C

This commit is contained in:
Markus Fröschle
2013-11-20 05:52:32 +00:00
parent 5bd4bc38b5
commit 43dfd86251
2 changed files with 163 additions and 0 deletions

View File

@@ -61,6 +61,7 @@ BASFLASH_EXEC=basflash.$(EXE)
CSRCS= \
$(SRCDIR)/sysinit.c \
$(SRCDIR)/init_fpga.c \
$(SRCDIR)/exceptions.c \
$(SRCDIR)/mmu.c \
$(SRCDIR)/fault_vectors.c \
$(SRCDIR)/interrupts.c \