summaryrefslogtreecommitdiff
path: root/drivers/usb/host/Makefile
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2016-06-06 14:04:58 (GMT)
committerTom Rini <trini@konsulko.com>2016-06-06 17:37:56 (GMT)
commitffd859979e2a84bccc14188d9fa760b2e4813515 (patch)
tree276cb26811a0da6696148e3628d4af36c4c721df /drivers/usb/host/Makefile
parent1cb9cb3ec0f19b8c54bb01670a530f5bc210d5f3 (diff)
parent10db7500369ea000af4c4c5b039b7946c2865ae9 (diff)
downloadu-boot-ffd859979e2a84bccc14188d9fa760b2e4813515.tar.xz
Merge branch 'master' of git://git.denx.de/u-boot-usb
Modified: configs/ls1012afrdm_qspi_defconfig configs/ls1012aqds_qspi_defconfig configs/ls1012ardb_qspi_defconfig include/configs/ls1012afrdm.h include/configs/ls1012aqds.h include/configs/ls1012ardb.h Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/usb/host/Makefile')
-rw-r--r--drivers/usb/host/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/Makefile b/drivers/usb/host/Makefile
index 507519e..620d114 100644
--- a/drivers/usb/host/Makefile
+++ b/drivers/usb/host/Makefile
@@ -54,7 +54,7 @@ obj-$(CONFIG_USB_EHCI_RMOBILE) += ehci-rmobile.o
obj-$(CONFIG_USB_EHCI_ZYNQ) += ehci-zynq.o
# xhci
-obj-$(CONFIG_USB_XHCI) += xhci.o xhci-mem.o xhci-ring.o
+obj-$(CONFIG_USB_XHCI_HCD) += xhci.o xhci-mem.o xhci-ring.o
obj-$(CONFIG_USB_XHCI_DWC3) += xhci-dwc3.o
obj-$(CONFIG_USB_XHCI_ZYNQMP) += xhci-zynqmp.o
obj-$(CONFIG_USB_XHCI_KEYSTONE) += xhci-keystone.o