diff options
author | Andreas Färber <andreas.faerber@web.de> | 2012-06-09 03:43:05 +0200 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2012-06-09 10:20:42 +0000 |
commit | 7c760cbceaf6c5da1cfb4ee6019c6fecf0008d1a (patch) | |
tree | 11aeb7913c840fbc249acc24a6010902fdf62ceb /target-ppc | |
parent | 7baa82079f089dd2c6f42b11c39ba0fd9f1ab85d (diff) |
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 'target-ppc')
-rw-r--r-- | target-ppc/Makefile.objs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-ppc/Makefile.objs b/target-ppc/Makefile.objs index 95ed340bcc..f78161004e 100644 --- a/target-ppc/Makefile.objs +++ b/target-ppc/Makefile.objs @@ -1,6 +1,6 @@ obj-y += translate.o op_helper.o helper.o obj-$(CONFIG_SOFTMMU) += machine.o -obj-$(CONFIG_KVM) += kvm.o +obj-$(CONFIG_KVM) += kvm.o kvm_ppc.o obj-y += op_helper.o helper.o $(obj)/op_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS) |