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