From 5b5695073b1d8eda14f8253a1750193d98a42ae8 Mon Sep 17 00:00:00 2001 From: Jia Liu Date: Fri, 20 Jul 2012 15:50:44 +0800 Subject: target-or32: Add float instruction helpers Add OpenRISC float instruction helpers. Signed-off-by: Jia Liu Signed-off-by: Blue Swirl --- target-openrisc/Makefile.objs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'target-openrisc/Makefile.objs') diff --git a/target-openrisc/Makefile.objs b/target-openrisc/Makefile.objs index e2a3715f74..926fc2f476 100644 --- a/target-openrisc/Makefile.objs +++ b/target-openrisc/Makefile.objs @@ -1,3 +1,4 @@ obj-$(CONFIG_SOFTMMU) += machine.o obj-y += cpu.o exception.o interrupt.o mmu.o translate.o -obj-y += exception_helper.o int_helper.o interrupt_helper.o mmu_helper.o +obj-y += exception_helper.o fpu_helper.o int_helper.o \ + interrupt_helper.o mmu_helper.o -- cgit v1.2.1