]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - target/nios2/Makefile.objs
Add Nios II semihosting support.
[thirdparty/qemu.git] / target / nios2 / Makefile.objs
index 2a11c5ce08d1632ff3838d2a10652288a23f9b25..010de0e7a6fb79cee981a1ad3b8717f399bb141a 100644 (file)
@@ -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)