aboutsummaryrefslogtreecommitdiff
path: root/target/m68k/Makefile.objs
diff options
context:
space:
mode:
Diffstat (limited to 'target/m68k/Makefile.objs')
-rw-r--r--target/m68k/Makefile.objs3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/m68k/Makefile.objs b/target/m68k/Makefile.objs
index d143f20270..ac61948676 100644
--- a/target/m68k/Makefile.objs
+++ b/target/m68k/Makefile.objs
@@ -1,4 +1,5 @@
obj-y += m68k-semi.o
-obj-y += translate.o op_helper.o helper.o cpu.o fpu_helper.o
+obj-y += translate.o op_helper.o helper.o cpu.o
+obj-y += fpu_helper.o softfloat.o
obj-y += gdbstub.o
obj-$(CONFIG_SOFTMMU) += monitor.o