diff options
author | Juan Quintela <quintela@redhat.com> | 2009-10-07 02:41:05 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-10-08 21:17:11 -0500 |
commit | 642575843f38a4f05bbcaff0cbc287dee65c8a72 (patch) | |
tree | f9db6dc8721b38513506b6ccc1bc8d1f401cc83f /Makefile.target | |
parent | 3d0f151783dcb56284d56502c3ffe5430e540e38 (diff) |
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.target | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target index debe0e4c82..7a21164562 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 |