From 7c760cbceaf6c5da1cfb4ee6019c6fecf0008d1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Date: Sat, 9 Jun 2012 03:43:05 +0200 Subject: target-ppc: Unbreak kvm_ppc.c build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The file is located in target-ppc/, not hw/. Signed-off-by: Andreas Färber Cc: Paolo Bonzini Cc: Anthony Liguori Cc: Blue Swirl Signed-off-by: Blue Swirl --- hw/ppc/Makefile.objs | 1 - 1 file changed, 1 deletion(-) (limited to 'hw/ppc/Makefile.objs') diff --git a/hw/ppc/Makefile.objs b/hw/ppc/Makefile.objs index 842e7b9299..d0ef8a26cf 100644 --- a/hw/ppc/Makefile.objs +++ b/hw/ppc/Makefile.objs @@ -18,7 +18,6 @@ obj-y += ppc440_bamboo.o obj-y += ppce500_mpc8544ds.o mpc8544_guts.o ppce500_spin.o # PowerPC 440 Xilinx ML507 reference board. obj-y += virtex_ml507.o -obj-$(CONFIG_KVM) += kvm_ppc.o # PowerPC OpenPIC obj-y += openpic.o obj-$(CONFIG_FDT) += ../device_tree.o -- cgit v1.2.1