summaryrefslogtreecommitdiff
path: root/hw/ppc/Makefile.objs
diff options
context:
space:
mode:
authorAndreas Färber <andreas.faerber@web.de>2012-06-09 03:43:05 +0200
committerBlue Swirl <blauwirbel@gmail.com>2012-06-09 10:20:42 +0000
commit7c760cbceaf6c5da1cfb4ee6019c6fecf0008d1a (patch)
tree11aeb7913c840fbc249acc24a6010902fdf62ceb /hw/ppc/Makefile.objs
parent7baa82079f089dd2c6f42b11c39ba0fd9f1ab85d (diff)
downloadqemu-7c760cbceaf6c5da1cfb4ee6019c6fecf0008d1a.tar.gz
target-ppc: Unbreak kvm_ppc.c build
The file is located in target-ppc/, not hw/. Signed-off-by: Andreas Färber <andreas.faerber@web.de> Cc: Paolo Bonzini <pbonzini@redhat.com> Cc: Anthony Liguori <anthony@codemonkey.ws> Cc: Blue Swirl <blauwirbel@gmail.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/ppc/Makefile.objs')
-rw-r--r--hw/ppc/Makefile.objs1
1 files changed, 0 insertions, 1 deletions
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