summaryrefslogtreecommitdiff
path: root/target-unicore32/Makefile.objs
diff options
context:
space:
mode:
Diffstat (limited to 'target-unicore32/Makefile.objs')
-rw-r--r--target-unicore32/Makefile.objs2
1 files changed, 2 insertions, 0 deletions
diff --git a/target-unicore32/Makefile.objs b/target-unicore32/Makefile.objs
index 6af1089a5e..777f01fef8 100644
--- a/target-unicore32/Makefile.objs
+++ b/target-unicore32/Makefile.objs
@@ -1,4 +1,6 @@
obj-y += translate.o op_helper.o helper.o cpu.o
+obj-y += ucf64_helper.o
+
obj-$(CONFIG_SOFTMMU) += machine.o softmmu.o
$(obj)/op_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)