X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=drivers%2Fusb%2Fhost%2FMakefile;h=1c3592914dcf363c71de68f05a69cf5b21b5d845;hb=32f2eac1e02c55bd0e948b28dd3bda5950f56f57;hp=3d3a0c42a5c3c5f26d16fff70f03f30433a21745;hpb=bc0e8d7c5d189c1566a73affad0087ccbe511bc9;p=u-boot diff --git a/drivers/usb/host/Makefile b/drivers/usb/host/Makefile index 3d3a0c42a5..1c3592914d 100644 --- a/drivers/usb/host/Makefile +++ b/drivers/usb/host/Makefile @@ -46,3 +46,6 @@ obj-$(CONFIG_USB_XHCI) += xhci.o xhci-mem.o xhci-ring.o obj-$(CONFIG_USB_XHCI_KEYSTONE) += xhci-keystone.o obj-$(CONFIG_USB_XHCI_EXYNOS) += xhci-exynos5.o obj-$(CONFIG_USB_XHCI_OMAP) += xhci-omap.o + +# designware +obj-$(CONFIG_USB_DWC2) += dwc2.o