mirror of
https://xff.cz/git/u-boot/
synced 2025-08-31 08:12:06 +02:00
Merge branch '2020-04-27-master-imports'
- Assorted bugfixes. - Documentation improvements including support for https://u-boot.readthedocs.io/
This commit is contained in:
4
Makefile
4
Makefile
@@ -1325,7 +1325,9 @@ endif
|
||||
# Boards with more complex image requirements can provide an .its source file
|
||||
# or a generator script
|
||||
ifneq ($(CONFIG_SPL_FIT_SOURCE),"")
|
||||
U_BOOT_ITS = $(subst ",,$(CONFIG_SPL_FIT_SOURCE))
|
||||
U_BOOT_ITS := u-boot.its
|
||||
$(U_BOOT_ITS): $(subst ",,$(CONFIG_SPL_FIT_SOURCE))
|
||||
$(call if_changed,copy)
|
||||
else
|
||||
ifneq ($(CONFIG_SPL_FIT_GENERATOR),"")
|
||||
U_BOOT_ITS := u-boot.its
|
||||
|
Reference in New Issue
Block a user