summaryrefslogtreecommitdiffstats
path: root/target-xtensa/Makefile.objs
diff options
context:
space:
mode:
Diffstat (limited to 'target-xtensa/Makefile.objs')
-rw-r--r--target-xtensa/Makefile.objs3
1 files changed, 2 insertions, 1 deletions
diff --git a/target-xtensa/Makefile.objs b/target-xtensa/Makefile.objs
index 3cdf604..f8fbf91 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)
OpenPOWER on IntegriCloud