diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2013-02-05 16:36:44 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2013-04-08 18:13:16 +0200 |
commit | 54976b75fb159ca175636b7fef1cd08130cb662f (patch) | |
tree | 825d527717fabf9b80e3ef4eb7d37ed6872750ff /hw/kvm/Makefile.objs | |
parent | 0434e30afb6175212389811e0b28b948eb3c1e40 (diff) |
hw: move hw/kvm/ to hw/i386/kvm
Peter requested the KVM GIC to be in hw/intc.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/kvm/Makefile.objs')
-rw-r--r-- | hw/kvm/Makefile.objs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/kvm/Makefile.objs b/hw/kvm/Makefile.objs deleted file mode 100644 index f620d7ff85..0000000000 --- a/hw/kvm/Makefile.objs +++ /dev/null @@ -1 +0,0 @@ -obj-$(CONFIG_KVM) += clock.o apic.o i8259.o ioapic.o i8254.o pci-assign.o |