]> git.proxmox.com Git - qemu.git/blobdiff - target-unicore32/Makefile.objs
unicore32: Split UniCore-F64 instruction helpers from helper.c
[qemu.git] / target-unicore32 / Makefile.objs
index 6af1089a5eb31b9bd0c99117cde3ed30532b7286..777f01fef86ecb6d494f800a5dcaaeae961adeb2 100644 (file)
@@ -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)