summaryrefslogtreecommitdiff
path: root/target-microblaze/Makefile.objs
diff options
context:
space:
mode:
Diffstat (limited to 'target-microblaze/Makefile.objs')
-rw-r--r--target-microblaze/Makefile.objs4
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)