mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
Revert "Compile usb-ohci only once"
This reverts commit f1698408f1
.
PCI is always little-endian. Having a user-visible "be" property is just
plain wrong.
This commit is contained in:
parent
36368cf0d5
commit
a67ba3b6f8
13 changed files with 44 additions and 95 deletions
|
@ -146,7 +146,6 @@ hw-obj-$(CONFIG_PARALLEL) += parallel.o
|
|||
hw-obj-$(CONFIG_I8254) += i8254.o
|
||||
hw-obj-$(CONFIG_PCSPK) += pcspk.o
|
||||
hw-obj-$(CONFIG_USB_UHCI) += usb-uhci.o
|
||||
hw-obj-$(CONFIG_USB_OHCI) += usb-ohci.o
|
||||
hw-obj-$(CONFIG_FDC) += fdc.o
|
||||
hw-obj-$(CONFIG_ACPI) += acpi.o
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue