diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2012-10-30 12:20:06 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2012-11-01 13:10:10 +0100 |
commit | 0bf96f9457cdaf620bb8195a971bbdcc732ba32b (patch) | |
tree | c9438dd9070c589eda4670874f630148d4f7865e /hw/usb/Makefile.objs | |
parent | 569c7fc8400ea3a7b13589af889003208aaae2ed (diff) | |
download | qemu-0bf96f9457cdaf620bb8195a971bbdcc732ba32b.zip |
usb/ehci: split into multiple source files
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'hw/usb/Makefile.objs')
-rw-r--r-- | hw/usb/Makefile.objs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/usb/Makefile.objs b/hw/usb/Makefile.objs index 6425c1ff73..5c7b024103 100644 --- a/hw/usb/Makefile.objs +++ b/hw/usb/Makefile.objs @@ -1,6 +1,6 @@ common-obj-$(CONFIG_USB_UHCI) += hcd-uhci.o common-obj-$(CONFIG_USB_OHCI) += hcd-ohci.o -common-obj-$(CONFIG_USB_EHCI) += hcd-ehci.o +common-obj-$(CONFIG_USB_EHCI) += hcd-ehci.o hcd-ehci-pci.o common-obj-$(CONFIG_USB_XHCI) += hcd-xhci.o common-obj-y += libhw.o |