diff options
Diffstat (limited to 'qemu/target-sparc/Makefile.objs')
-rw-r--r-- | qemu/target-sparc/Makefile.objs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/qemu/target-sparc/Makefile.objs b/qemu/target-sparc/Makefile.objs new file mode 100644 index 000000000..1cd81cccc --- /dev/null +++ b/qemu/target-sparc/Makefile.objs @@ -0,0 +1,7 @@ +obj-$(CONFIG_SOFTMMU) += machine.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 +obj-$(TARGET_SPARC64) += int64_helper.o +obj-$(TARGET_SPARC64) += vis_helper.o +obj-y += gdbstub.o |