From 222e7d11e7c35de5d7e4125da9a8f8dc937b6438 Mon Sep 17 00:00:00 2001 From: Sanjay Lal Date: Tue, 17 Jun 2014 23:10:36 +0100 Subject: target-mips: Enable KVM support in build system Enable KVM support for MIPS in the build system. Signed-off-by: Sanjay Lal Signed-off-by: James Hogan Reviewed-by: Aurelien Jarno Signed-off-by: Paolo Bonzini --- target-mips/Makefile.objs | 1 + 1 file changed, 1 insertion(+) (limited to 'target-mips/Makefile.objs') 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 -- cgit v1.2.3