diff options
author | Jia Liu <proljc@gmail.com> | 2012-07-20 15:50:44 +0800 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2012-07-27 21:13:00 +0000 |
commit | 5b5695073b1d8eda14f8253a1750193d98a42ae8 (patch) | |
tree | 1f2ef34c2e4d5dba5fa9859d37c6244f7f9ee876 /target-openrisc/Makefile.objs | |
parent | e54a5aff1305bd538ba320c4b637e0c89029337e (diff) |
target-or32: Add float instruction helpers
Add OpenRISC float instruction helpers.
Signed-off-by: Jia Liu <proljc@gmail.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'target-openrisc/Makefile.objs')
-rw-r--r-- | target-openrisc/Makefile.objs | 3 |
1 files changed, 2 insertions, 1 deletions
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 |