diff options
Diffstat (limited to 'target-mips')
-rw-r--r-- | target-mips/Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target-mips/Makefile.objs b/target-mips/Makefile.objs index 0277d56e82..716244f3d5 100644 --- a/target-mips/Makefile.objs +++ b/target-mips/Makefile.objs @@ -1,3 +1,4 @@ obj-y += translate.o dsp_helper.o op_helper.o lmi_helper.o helper.o cpu.o obj-y += gdbstub.o obj-$(CONFIG_SOFTMMU) += machine.o +obj-$(CONFIG_KVM) += kvm.o |