summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2021-03-03 07:54:55 -0500
committerTom Rini <[email protected]>2021-03-03 07:54:55 -0500
commit23ab54e0933939d201d7c200503bc149128a13db (patch)
tree429522b634bd0e7622128da87ebf84e9891b9737 /Makefile
parent78af81c345430a9088235f48d302922955d2499f (diff)
parent795d605cab787e6d9151221312b09391aacfb8e5 (diff)
Merge https://source.denx.de/u-boot/custodians/u-boot-usb
- Kconfig dependency fix for USB_KEYBOARD - musb gadget fixes / enhancements
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6cdd3677ebf..2581cfb10ee 100644
--- a/Makefile
+++ b/Makefile
@@ -792,6 +792,7 @@ libs-y += drivers/usb/dwc3/
libs-y += drivers/usb/common/
libs-y += drivers/usb/emul/
libs-y += drivers/usb/eth/
+libs-$(CONFIG_USB_DEVICE) += drivers/usb/gadget/
libs-$(CONFIG_USB_GADGET) += drivers/usb/gadget/
libs-$(CONFIG_USB_GADGET) += drivers/usb/gadget/udc/
libs-y += drivers/usb/host/