aboutsummaryrefslogtreecommitdiff
path: root/cpu/nios/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/nios/Makefile')
-rw-r--r--cpu/nios/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/nios/Makefile b/cpu/nios/Makefile
index baf752f17..a9adbc593 100644
--- a/cpu/nios/Makefile
+++ b/cpu/nios/Makefile
@@ -27,7 +27,7 @@ LIB = lib$(CPU).a
START = start.o
AOBJS = traps.o
-OBJS = cpu.o interrupts.o serial.o
+OBJS = cpu.o interrupts.o serial.o asmi.o
all: .depend $(START) $(LIB)