diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2014-04-29 00:34:01 +0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-05-23 17:12:37 +0400 |
commit | e0cc3a42eb50593a50e2b99d9dc92b4279f2efda (patch) | |
tree | 7676dd1588614c9b8b5e250eecfc89b57cf8464d /arch/mips/math-emu/Makefile | |
parent | 3f7cac416b5e62d37aa693538729c6c23e9b938b (diff) | |
download | linux-e0cc3a42eb50593a50e2b99d9dc92b4279f2efda.tar.xz |
MIPS: math-emu: Inline fpu_emulator_init_fpu()
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/math-emu/Makefile')
-rw-r--r-- | arch/mips/math-emu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/math-emu/Makefile b/arch/mips/math-emu/Makefile index 383cc7889774..619cfc1a2442 100644 --- a/arch/mips/math-emu/Makefile +++ b/arch/mips/math-emu/Makefile @@ -6,7 +6,7 @@ obj-y += cp1emu.o ieee754dp.o ieee754sp.o ieee754.o dp_div.o dp_mul.o \ dp_sub.o dp_add.o dp_fsp.o dp_cmp.o dp_simple.o dp_tint.o \ dp_fint.o dp_tlong.o dp_flong.o sp_div.o sp_mul.o sp_sub.o \ sp_add.o sp_fdp.o sp_cmp.o sp_simple.o sp_tint.o sp_fint.o \ - sp_tlong.o sp_flong.o kernel_linkage.o dsemul.o + sp_tlong.o sp_flong.o dsemul.o lib-y += ieee754d.o dp_sqrt.o sp_sqrt.o |