diff options
| author | Sanjay Lal | 2014-06-18 00:10:36 +0200 |
|---|---|---|
| committer | Paolo Bonzini | 2014-06-18 16:59:37 +0200 |
| commit | 222e7d11e7c35de5d7e4125da9a8f8dc937b6438 (patch) | |
| tree | d1946a83cb0034eb03bcdde8f6c4d152e24ca939 /target-mips | |
| parent | hw/mips: malta: Add KVM support (diff) | |
| download | qemu-222e7d11e7c35de5d7e4125da9a8f8dc937b6438.tar.gz qemu-222e7d11e7c35de5d7e4125da9a8f8dc937b6438.tar.xz qemu-222e7d11e7c35de5d7e4125da9a8f8dc937b6438.zip | |
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 |
