diff options
author | Sanjay Lal <sanjayl@kymasys.com> | 2014-06-17 23:10:36 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2014-06-18 16:59:37 +0200 |
commit | 222e7d11e7c35de5d7e4125da9a8f8dc937b6438 (patch) | |
tree | d1946a83cb0034eb03bcdde8f6c4d152e24ca939 /target-mips | |
parent | b03118114d461a681eaf5fc1d07e99e228d45260 (diff) |
target-mips: Enable KVM support in build system
Enable KVM support for MIPS in the build system.
Signed-off-by: Sanjay Lal <sanjayl@kymasys.com>
Signed-off-by: James Hogan <james.hogan@imgtec.com>
Reviewed-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
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 |