summaryrefslogtreecommitdiff
path: root/hw/i386
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2013-02-05 14:13:04 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2013-04-08 18:13:14 +0200
commit47934d0aadc075b05ce2d9e8a44fa6a46edd1afa (patch)
tree5ae8e4302cfc21b6fcf140fcf728e0a5ae4cef6b /hw/i386
parent9944d320016914912133b348b6fbbb18c7417035 (diff)
downloadqemu-47934d0aadc075b05ce2d9e8a44fa6a46edd1afa.tar.gz
hw: move ISA bridges and devices to hw/isa/, configure with default-configs/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/i386')
-rw-r--r--hw/i386/Makefile.objs2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/i386/Makefile.objs b/hw/i386/Makefile.objs
index 5e91d1e669..af7f4b1fe5 100644
--- a/hw/i386/Makefile.objs
+++ b/hw/i386/Makefile.objs
@@ -2,7 +2,7 @@ obj-y += apic_common.o apic.o
obj-y += sga.o ioapic_common.o ioapic.o piix_pci.o
obj-y += vmport.o
obj-y += debugexit.o
-obj-y += lpc_ich9.o q35.o
+obj-y += q35.o
obj-y += kvm/
obj-y += pc-testdev.o