diff options
Diffstat (limited to 'target-sparc/Makefile.objs')
-rw-r--r-- | target-sparc/Makefile.objs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target-sparc/Makefile.objs b/target-sparc/Makefile.objs index 3556d13df1..a93e07deb1 100644 --- a/target-sparc/Makefile.objs +++ b/target-sparc/Makefile.objs @@ -1,4 +1,5 @@ -obj-y += helper.o cpu.o +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 |