mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
scripts: Makefile.spl: Enable memory drivers to be built for SPL
Introduce CONFIG_SPL_MEMORY to allow Memory drivers to be built for SPL. Signed-off-by: Roger Quadros <rogerq@kernel.org> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
2c120375e9
commit
3a82cd26ee
2 changed files with 8 additions and 0 deletions
|
@ -114,6 +114,7 @@ libs-$(CONFIG_PARTITIONS) += disk/
|
|||
endif
|
||||
|
||||
libs-y += drivers/
|
||||
libs-$(CONFIG_SPL_MEMORY) += drivers/memory/
|
||||
libs-$(CONFIG_SPL_USB_GADGET) += drivers/usb/dwc3/
|
||||
libs-$(CONFIG_SPL_USB_GADGET) += drivers/usb/cdns3/
|
||||
libs-y += dts/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue