summaryrefslogtreecommitdiff
path: root/target-sparc/Makefile.objs
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2012-05-29 11:48:59 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2012-06-07 09:21:11 +0200
commitfbe37ef3e18814f2b98f115a1c855fea7fe71d74 (patch)
tree4557d96619c3442c96169b6ebd863e3ee4cce74f /target-sparc/Makefile.objs
parent5f86146fb3ad18ef25036329f48d9ea2b7f4ab70 (diff)
downloadqemu-fbe37ef3e18814f2b98f115a1c855fea7fe71d74.tar.gz
build: move other target-*/ objects to nested Makefile.objs
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'target-sparc/Makefile.objs')
-rw-r--r--target-sparc/Makefile.objs3
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