X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=drivers%2Fusb%2Fhost%2FMakefile;h=c9d2ed50cf498aa8119eec86b353af31fb8823ed;hp=c4f5157a843735f1c66fc80920e5957542c6c2a5;hb=d0796defbe8eff6fc3c27c893dcbc47af59d4764;hpb=3e1b36bd584228b0a8070c8b63351aefda652523 diff --git a/drivers/usb/host/Makefile b/drivers/usb/host/Makefile index c4f5157a84..c9d2ed50cf 100644 --- a/drivers/usb/host/Makefile +++ b/drivers/usb/host/Makefile @@ -45,3 +45,6 @@ obj-$(CONFIG_USB_EHCI_ZYNQ) += ehci-zynq.o obj-$(CONFIG_USB_XHCI) += xhci.o xhci-mem.o xhci-ring.o obj-$(CONFIG_USB_XHCI_EXYNOS) += xhci-exynos5.o obj-$(CONFIG_USB_XHCI_OMAP) += xhci-omap.o + +# designware +obj-$(CONFIG_USB_DWC2) += dwc2.o