summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2019-01-02 22:40:23 -0800
committerYe Li <ye.li@nxp.com>2019-01-08 21:46:31 -0800
commit18cbba9e33089fcaa1d8c45d1d17e79ef9d7e3a7 (patch)
tree191f920d69637f6872f4055bc0717b5b40ede0a8 /scripts
parentdba0d7c7dc3b9b60043726931b1f635b725e9756 (diff)
MLK-20559-2 spl: Enable cdns3 USB driver for SPL building
The imx8qm/qxp uses cdns3 USB driver. To support SPL SDP, we have to enable the driver. Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile.spl1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/Makefile.spl b/scripts/Makefile.spl
index 2993ade41e..a85a62f8b5 100644
--- a/scripts/Makefile.spl
+++ b/scripts/Makefile.spl
@@ -81,6 +81,7 @@ endif
libs-$(CONFIG_SPL_LIBDISK_SUPPORT) += disk/
libs-y += drivers/
libs-$(CONFIG_SPL_USB_GADGET_SUPPORT) += drivers/usb/dwc3/
+libs-$(CONFIG_SPL_USB_GADGET_SUPPORT) += drivers/usb/cdns3/
libs-y += dts/
libs-y += fs/
libs-$(CONFIG_SPL_POST_MEM_SUPPORT) += post/drivers/