diff options
Diffstat (limited to 'qemu/target-sparc/Makefile.objs')
-rw-r--r-- | qemu/target-sparc/Makefile.objs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu/target-sparc/Makefile.objs b/qemu/target-sparc/Makefile.objs index 1cd81cccc..ec905698c 100644 --- a/qemu/target-sparc/Makefile.objs +++ b/qemu/target-sparc/Makefile.objs @@ -1,4 +1,4 @@ -obj-$(CONFIG_SOFTMMU) += machine.o +obj-$(CONFIG_SOFTMMU) += machine.o monitor.o obj-y += translate.o helper.o cpu.o obj-y += fop_helper.o cc_helper.o win_helper.o mmu_helper.o ldst_helper.o obj-$(TARGET_SPARC) += int32_helper.o |