summaryrefslogtreecommitdiff
path: root/target-unicore32/Makefile.objs
diff options
context:
space:
mode:
authorGuan Xuetao <gxt@mprc.pku.edu.cn>2012-08-10 14:42:36 +0800
committerBlue Swirl <blauwirbel@gmail.com>2012-08-11 09:37:04 +0000
commite8ede0a8bb5298a6979bcf7ed84ef64a64a4e3fe (patch)
tree1bfdfe7827c7bada26ee242c36b71c68f38b463a /target-unicore32/Makefile.objs
parent220c21474535d5a859bb10eff2e2be0a48a15694 (diff)
downloadqemu-e8ede0a8bb5298a6979bcf7ed84ef64a64a4e3fe.tar.gz
unicore32: Split UniCore-F64 instruction helpers from helper.c
This patch just splits ucf64 instruction simulation helpers from helper.c. Also, two checkpatch warnings are solved. v1->v2: adjust copyright information for new ucf64_helper.c Signed-off-by: Guan Xuetao <gxt@mprc.pku.edu.cn> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
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)