X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=target-openrisc%2FMakefile.objs;h=44dc5399dfd8363618a1459eb9eb669123b90235;hb=6e42be7cd10260fd3a006d94f6c870692bf7a2c0;hp=ef933effa62ad5292c3fb70885cf83c2519f950a;hpb=e67db06e9f6d7e514ee2a9b9b769ecd42977f6fb;p=qemu.git diff --git a/target-openrisc/Makefile.objs b/target-openrisc/Makefile.objs index ef933effa..44dc5399d 100644 --- a/target-openrisc/Makefile.objs +++ b/target-openrisc/Makefile.objs @@ -1,3 +1,4 @@ obj-$(CONFIG_SOFTMMU) += machine.o -obj-y += cpu.o interrupt.o mmu.o translate.o -obj-y += 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