diff options
author | Paolo Bonzini | 2012-05-29 11:48:59 +0200 |
---|---|---|
committer | Paolo Bonzini | 2012-06-07 09:21:11 +0200 |
commit | fbe37ef3e18814f2b98f115a1c855fea7fe71d74 (patch) | |
tree | 4557d96619c3442c96169b6ebd863e3ee4cce74f /target-xtensa | |
parent | dump: remove dumping stuff from cpu-all.h (diff) | |
download | qemu-fbe37ef3e18814f2b98f115a1c855fea7fe71d74.tar.gz qemu-fbe37ef3e18814f2b98f115a1c855fea7fe71d74.tar.xz qemu-fbe37ef3e18814f2b98f115a1c855fea7fe71d74.zip |
build: move other target-*/ objects to nested Makefile.objs
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'target-xtensa')
-rw-r--r-- | target-xtensa/Makefile.objs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target-xtensa/Makefile.objs b/target-xtensa/Makefile.objs index 3cdf604c05..f8fbf91aa2 100644 --- a/target-xtensa/Makefile.objs +++ b/target-xtensa/Makefile.objs @@ -2,6 +2,7 @@ obj-y += xtensa-semi.o obj-y += core-dc232b.o obj-y += core-dc233c.o obj-y += core-fsf.o -obj-y += op_helper.o helper.o cpu.o +obj-y += translate.o op_helper.o helper.o cpu.o +obj-$(CONFIG_SOFTMMU) += machine.o $(obj)/op_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS) |