diff options
Diffstat (limited to 'qemu/target-openrisc/Makefile.objs')
-rw-r--r-- | qemu/target-openrisc/Makefile.objs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/qemu/target-openrisc/Makefile.objs b/qemu/target-openrisc/Makefile.objs deleted file mode 100644 index 397d01650..000000000 --- a/qemu/target-openrisc/Makefile.objs +++ /dev/null @@ -1,5 +0,0 @@ -obj-$(CONFIG_SOFTMMU) += machine.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 |