summaryrefslogtreecommitdiff
path: root/cpu/nios2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/nios2/Makefile')
-rw-r--r--cpu/nios2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/nios2/Makefile b/cpu/nios2/Makefile
index 76b324a7af..11fda50c0c 100644
--- a/cpu/nios2/Makefile
+++ b/cpu/nios2/Makefile
@@ -27,7 +27,7 @@ LIB = lib$(CPU).a
START = start.o
AOBJS = exceptions.o
-OBJS = cpu.o interrupts.o serial.o traps.o
+OBJS = cpu.o interrupts.o serial.o sysid.o traps.o epcs.o
all: .depend $(START) $(LIB)