]> git.proxmox.com Git - qemu.git/blobdiff - target-openrisc/Makefile.objs
qga: Fix compiler warnings (missing format attribute, wrong format strings)
[qemu.git] / target-openrisc / Makefile.objs
index 74c4b8d3c9abcd8a4a2c51410ead7320d71d7dde..397d01650e838f61a74ff86ce40aaa1feaee2e27 100644 (file)
@@ -1,3 +1,5 @@
 obj-$(CONFIG_SOFTMMU) += machine.o
-obj-y += cpu.o interrupt.o mmu.o translate.o
-obj-y += interrupt_helper.o mmu_helper.o
+obj-y += cpu.o exception.o interrupt.o mmu.o translate.o
+obj-y += exception_helper.o fpu_helper.o int_helper.o \
+         interrupt_helper.o mmu_helper.o sys_helper.o
+obj-y += gdbstub.o