diff options
| author | Paolo Bonzini | 2013-02-05 12:23:23 +0100 |
|---|---|---|
| committer | Paolo Bonzini | 2013-04-08 18:13:12 +0200 |
| commit | aaa4d1df2e18e7b3aa996836a6256eab13d4267a (patch) | |
| tree | 6c28b8a1adb360e4f92320cbd747b353d317a727 /hw/usb/Makefile.objs | |
| parent | hw: make all of hw/ide/ configurable via default-configs/ (diff) | |
| download | qemu-aaa4d1df2e18e7b3aa996836a6256eab13d4267a.tar.gz qemu-aaa4d1df2e18e7b3aa996836a6256eab13d4267a.tar.xz qemu-aaa4d1df2e18e7b3aa996836a6256eab13d4267a.zip | |
hw: make all of hw/usb/ configurable via default-configs/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/usb/Makefile.objs')
| -rw-r--r-- | hw/usb/Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/usb/Makefile.objs b/hw/usb/Makefile.objs index 5c2064422e..f9695e7d8a 100644 --- a/hw/usb/Makefile.objs +++ b/hw/usb/Makefile.objs @@ -7,6 +7,7 @@ common-obj-$(CONFIG_USB_UHCI) += hcd-uhci.o common-obj-$(CONFIG_USB_OHCI) += hcd-ohci.o common-obj-$(CONFIG_USB_EHCI) += hcd-ehci.o hcd-ehci-pci.o hcd-ehci-sysbus.o common-obj-$(CONFIG_USB_XHCI) += hcd-xhci.o +common-obj-$(CONFIG_USB_MUSB) += hcd-musb.o # emulated usb devices common-obj-y += dev-hub.o |
