diff options
author | Guan Xuetao <gxt@mprc.pku.edu.cn> | 2012-08-10 14:42:36 +0800 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2012-08-11 09:37:04 +0000 |
commit | e8ede0a8bb5298a6979bcf7ed84ef64a64a4e3fe (patch) | |
tree | 1bfdfe7827c7bada26ee242c36b71c68f38b463a /target-unicore32/Makefile.objs | |
parent | 220c21474535d5a859bb10eff2e2be0a48a15694 (diff) |
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.objs | 2 |
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) |