summaryrefslogtreecommitdiffstats
path: root/Makefile.target
diff options
context:
space:
mode:
authorJuan Quintela <quintela@redhat.com>2009-10-07 02:41:05 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2009-10-08 21:17:11 -0500
commit642575843f38a4f05bbcaff0cbc287dee65c8a72 (patch)
treef9db6dc8721b38513506b6ccc1bc8d1f401cc83f /Makefile.target
parent3d0f151783dcb56284d56502c3ffe5430e540e38 (diff)
downloadhqemu-642575843f38a4f05bbcaff0cbc287dee65c8a72.zip
hqemu-642575843f38a4f05bbcaff0cbc287dee65c8a72.tar.gz
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>
Diffstat (limited to 'Makefile.target')
-rw-r--r--Makefile.target2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target
index debe0e4..7a21164 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -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
OpenPOWER on IntegriCloud