diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2012-05-29 11:48:59 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2012-06-07 09:21:11 +0200 |
commit | fbe37ef3e18814f2b98f115a1c855fea7fe71d74 (patch) | |
tree | 4557d96619c3442c96169b6ebd863e3ee4cce74f /target-microblaze | |
parent | 5f86146fb3ad18ef25036329f48d9ea2b7f4ab70 (diff) | |
download | qemu-fbe37ef3e18814f2b98f115a1c855fea7fe71d74.zip |
build: move other target-*/ objects to nested Makefile.objs
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'target-microblaze')
-rw-r--r-- | target-microblaze/Makefile.objs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target-microblaze/Makefile.objs b/target-microblaze/Makefile.objs index 9a50c2846f..4b09e8c6b5 100644 --- a/target-microblaze/Makefile.objs +++ b/target-microblaze/Makefile.objs @@ -1,4 +1,4 @@ -obj-y += op_helper.o helper.o cpu.o -obj-$(CONFIG_SOFTMMU) += mmu.o +obj-y += translate.o op_helper.o helper.o cpu.o +obj-$(CONFIG_SOFTMMU) += mmu.o machine.o $(obj)/op_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS) |