mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
Only compile usb_ohci when one target uses it
Patchworks-ID: 35199 Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
committed by
Anthony Liguori
parent
3d0f151783
commit
642575843f
+1
-1
@@ -180,7 +180,7 @@ QEMU_CFLAGS += $(VNC_SASL_CFLAGS)
|
||||
obj-$(CONFIG_XEN) += xen_machine_pv.o xen_domainbuild.o
|
||||
|
||||
# USB layer
|
||||
obj-y += usb-ohci.o
|
||||
obj-$(CONFIG_USB_OHCI) += usb-ohci.o
|
||||
|
||||
# PCI network cards
|
||||
obj-y += eepro100.o
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# Default configuration for arm-softmmu
|
||||
|
||||
CONFIG_GDBSTUB_XML=y
|
||||
CONFIG_USB_OHCI=y
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# Default configuration for ppc-softmmu
|
||||
|
||||
CONFIG_GDBSTUB_XML=y
|
||||
CONFIG_USB_OHCI=y
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# Default configuration for ppc64-softmmu
|
||||
|
||||
CONFIG_GDBSTUB_XML=y
|
||||
CONFIG_USB_OHCI=y
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# Default configuration for ppcemb-softmmu
|
||||
|
||||
CONFIG_GDBSTUB_XML=y
|
||||
CONFIG_USB_OHCI=y
|
||||
|
||||
@@ -1 +1,3 @@
|
||||
# Default configuration for sh4-softmmu
|
||||
|
||||
CONFIG_USB_OHCI=y
|
||||
|
||||
@@ -1 +1,3 @@
|
||||
# Default configuration for sh4eb-softmmu
|
||||
|
||||
CONFIG_USB_OHCI=y
|
||||
|
||||
Reference in New Issue
Block a user