diff options
author | Tom Rini <trini@konsulko.com> | 2017-11-28 09:30:27 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-11-28 09:30:27 -0500 |
commit | 53fe692652c8777d10334f64f8dce308b539df91 (patch) | |
tree | 3e7f5834800d5024227fefb9c23724581fec7f7d /drivers/usb/host/Makefile | |
parent | 73a01d90c0b2ed2527283f289f73d69ef52cafa5 (diff) | |
parent | 11f4678962960636f1a07cea8d040f468463f8c3 (diff) |
Merge git://git.denx.de/u-boot-usb
Diffstat (limited to 'drivers/usb/host/Makefile')
-rw-r--r-- | drivers/usb/host/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/host/Makefile b/drivers/usb/host/Makefile index 83903fcf99..79df888fce 100644 --- a/drivers/usb/host/Makefile +++ b/drivers/usb/host/Makefile @@ -59,6 +59,7 @@ obj-$(CONFIG_USB_XHCI_FSL) += xhci-fsl.o obj-$(CONFIG_USB_XHCI_MVEBU) += xhci-mvebu.o obj-$(CONFIG_USB_XHCI_OMAP) += xhci-omap.o obj-$(CONFIG_USB_XHCI_PCI) += xhci-pci.o +obj-$(CONFIG_USB_XHCI_RCAR) += xhci-rcar.o obj-$(CONFIG_USB_XHCI_STI) += dwc3-sti-glue.o # designware |