diff options
author | Tom Rini <trini@konsulko.com> | 2019-01-11 10:47:41 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-01-11 10:47:41 -0500 |
commit | 7f9418688d253853d0f69e9911d0d172d97f62cf (patch) | |
tree | 64fa2f6f4563709cb67b8e3574d3ba5a39c0bb53 /scripts | |
parent | d3035b856027cb9621a252aafc6316b3724d6294 (diff) | |
parent | b3c518a88278619b1e109de114c450237d03e032 (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-usb
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/Makefile.spl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.spl b/scripts/Makefile.spl index 2ef19bf005..29626e0025 100644 --- a/scripts/Makefile.spl +++ b/scripts/Makefile.spl @@ -87,7 +87,7 @@ endif endif libs-y += drivers/ -libs-$(CONFIG_SPL_USB_GADGET_SUPPORT) += drivers/usb/dwc3/ +libs-$(CONFIG_SPL_USB_GADGET) += drivers/usb/dwc3/ libs-y += dts/ libs-y += fs/ libs-$(CONFIG_SPL_POST_MEM_SUPPORT) += post/drivers/ |