]> git.sur5r.net Git - u-boot/blobdiff - scripts/Makefile.spl
spl: dfu: add dfu support in SPL
[u-boot] / scripts / Makefile.spl
index 5a7f79c25a76cbd12b1b193276b282c242f88d85..4febc6b401aaa657df730a8e6627c6eb733697da 100644 (file)
@@ -66,6 +66,10 @@ endif
 
 libs-$(CONFIG_SPL_LIBDISK_SUPPORT) += disk/
 libs-y += drivers/
+libs-$(CONFIG_SPL_DFU_SUPPORT) += drivers/dfu/
+libs-$(CONFIG_SPL_DFU_SUPPORT) += drivers/usb/gadget/
+libs-$(CONFIG_SPL_DFU_SUPPORT) += drivers/usb/gadget/udc/
+libs-$(CONFIG_SPL_DFU_SUPPORT) += drivers/usb/dwc3/
 libs-y += dts/
 libs-y += fs/
 libs-$(CONFIG_SPL_POST_MEM_SUPPORT) += post/drivers/