aboutsummaryrefslogtreecommitdiff
path: root/target/nios2/Makefile.objs
diff options
context:
space:
mode:
Diffstat (limited to 'target/nios2/Makefile.objs')
-rw-r--r--target/nios2/Makefile.objs2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/nios2/Makefile.objs b/target/nios2/Makefile.objs
index 2a11c5ce08..010de0e7a6 100644
--- a/target/nios2/Makefile.objs
+++ b/target/nios2/Makefile.objs
@@ -1,4 +1,4 @@
-obj-y += translate.o op_helper.o helper.o cpu.o mmu.o
+obj-y += translate.o op_helper.o helper.o cpu.o mmu.o nios2-semi.o
obj-$(CONFIG_SOFTMMU) += monitor.o
$(obj)/op_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)