scripts: Makefile.spl: Enable memory drivers to be built for SPL
We will need ti-gpmc driver for SPL. Allow memory drivers do be built for SPL. Signed-off-by: Roger Quadros <rogerq@kernel.org>
This commit is contained in:
parent
d86b3b82b4
commit
483bfb88aa
|
|
@ -93,6 +93,7 @@ endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
libs-y += drivers/
|
libs-y += drivers/
|
||||||
|
libs-y += drivers/memory/
|
||||||
libs-$(CONFIG_SPL_USB_GADGET) += drivers/usb/dwc3/
|
libs-$(CONFIG_SPL_USB_GADGET) += drivers/usb/dwc3/
|
||||||
libs-$(CONFIG_SPL_USB_GADGET) += drivers/usb/cdns3/
|
libs-$(CONFIG_SPL_USB_GADGET) += drivers/usb/cdns3/
|
||||||
libs-y += dts/
|
libs-y += dts/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue