diff options
Diffstat (limited to 'target/mips/Makefile.objs')
-rw-r--r-- | target/mips/Makefile.objs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/mips/Makefile.objs b/target/mips/Makefile.objs index 3ca2bde4d2..91eb691833 100644 --- a/target/mips/Makefile.objs +++ b/target/mips/Makefile.objs @@ -1,5 +1,5 @@ obj-y += translate.o cpu.o gdbstub.o helper.o -obj-y += op_helper.o cp0_helper.o +obj-y += op_helper.o cp0_helper.o fpu_helper.o obj-y += dsp_helper.o lmi_helper.o msa_helper.o obj-$(CONFIG_SOFTMMU) += mips-semi.o obj-$(CONFIG_SOFTMMU) += machine.o cp0_timer.o |