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 ca20f21443..3eeeeac8b8 100644 --- a/target-mips/Makefile.objs +++ b/target-mips/Makefile.objs @@ -1,2 +1,2 @@ -obj-y += translate.o op_helper.o helper.o cpu.o +obj-y += translate.o op_helper.o lmi_helper.o helper.o cpu.o obj-$(CONFIG_SOFTMMU) += machine.o |