diff options
| author | Tom Rini <[email protected]> | 2019-11-08 14:05:07 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2019-11-08 14:05:07 -0500 |
| commit | a4b7485e2f311b1319b1b9cd59f5666536e24a28 (patch) | |
| tree | 45e234a7fa285e3eb2c6a31d52b1e27cd86f4e92 /scripts | |
| parent | fb6dc1fd58fc3209f833ddcd155fe1b276e7a335 (diff) | |
| parent | e0891bb679200a8cc73c3b3d98ba40c02c31b850 (diff) | |
Merge branch 'master' of git://git.denx.de/u-boot-usb
- Assorted fixes
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/Makefile.spl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/Makefile.spl b/scripts/Makefile.spl index 0f3d89b2152..f8ce7da2d28 100644 --- a/scripts/Makefile.spl +++ b/scripts/Makefile.spl @@ -88,6 +88,7 @@ endif libs-y += drivers/ libs-$(CONFIG_SPL_USB_GADGET) += drivers/usb/dwc3/ +libs-$(CONFIG_SPL_USB_GADGET) += drivers/usb/cdns3/ libs-y += dts/ libs-y += fs/ libs-$(CONFIG_SPL_POST_MEM_SUPPORT) += post/drivers/ |
