diff options
author | Laurent Vivier <laurent@vivier.eu> | 2017-06-12 01:16:28 +0200 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2017-06-15 09:16:16 +0200 |
commit | c88f8107b14456d514b00571b0675cb532e82cad (patch) | |
tree | 7bfd220ae1d678c397cb8b7fc1fa3e5f3f1b4055 /target/m68k/Makefile.objs | |
parent | e5b0cbe8e8744b57faf0c62d023525cd466f5ab8 (diff) |
target-m68k: move FPU helpers to fpu_helper.c
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Message-Id: <20170611231633.32582-3-laurent@vivier.eu>
Diffstat (limited to 'target/m68k/Makefile.objs')
-rw-r--r-- | target/m68k/Makefile.objs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/m68k/Makefile.objs b/target/m68k/Makefile.objs index 02cf616a78..39141ab93d 100644 --- a/target/m68k/Makefile.objs +++ b/target/m68k/Makefile.objs @@ -1,3 +1,3 @@ obj-y += m68k-semi.o -obj-y += translate.o op_helper.o helper.o cpu.o +obj-y += translate.o op_helper.o helper.o cpu.o fpu_helper.o obj-y += gdbstub.o |