mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
OHCI qdev conversion
Convert remaining OHCI devices to QDEV interface. Signed-off-by: Paul Brook <paul@codesourcery.com>
This commit is contained in:
parent
4f78c9ad5a
commit
61d3cf93e2
7 changed files with 49 additions and 50 deletions
|
@ -195,7 +195,7 @@ hw-obj-y += lsi53c895a.o
|
|||
hw-obj-$(CONFIG_ESP) += esp.o
|
||||
|
||||
hw-obj-y += dma-helpers.o sysbus.o isa-bus.o
|
||||
hw-obj-$(CONFIG_QDEV_ADDR) += qdev-addr.o
|
||||
hw-obj-y += qdev-addr.o
|
||||
|
||||
# VGA
|
||||
hw-obj-$(CONFIG_VGA_PCI) += vga-pci.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue