From 6ba2fb3cb39ba098a1b05fdf3523c909ce10e6da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Sat, 7 Dec 2013 21:47:54 +0000 Subject: [PATCH] removed exceptions.c (deleted) --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 16fb1c1..9547464 100644 --- a/Makefile +++ b/Makefile @@ -61,7 +61,6 @@ 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 \