diff options
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 |