mirror of
https://github.com/smaeul/u-boot.git
synced 2025-11-02 21:18:39 +00:00
Makefile: Tidy up the TPL build rules
These should follow the same pattern as SPL, for consistency. Fix them. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
70bed2f659
commit
d3eba95a7e
7
Makefile
7
Makefile
@ -2110,10 +2110,13 @@ spl/u-boot-spl.sfp: spl/u-boot-spl
|
|||||||
spl/boot.bin: spl/u-boot-spl
|
spl/boot.bin: spl/u-boot-spl
|
||||||
@:
|
@:
|
||||||
|
|
||||||
tpl/u-boot-tpl.bin: tools prepare $(if $(CONFIG_TPL_OF_CONTROL),dts/dt.dtb)
|
tpl/u-boot-tpl.bin: tpl/u-boot-tpl
|
||||||
$(Q)$(MAKE) obj=tpl -f $(srctree)/scripts/Makefile.spl all
|
@:
|
||||||
$(TPL_SIZE_CHECK)
|
$(TPL_SIZE_CHECK)
|
||||||
|
|
||||||
|
tpl/u-boot-tpl: tools prepare $(if $(CONFIG_TPL_OF_CONTROL),dts/dt.dtb)
|
||||||
|
$(Q)$(MAKE) obj=tpl -f $(srctree)/scripts/Makefile.spl all
|
||||||
|
|
||||||
TAG_SUBDIRS := $(patsubst %,$(srctree)/%,$(u-boot-dirs) include)
|
TAG_SUBDIRS := $(patsubst %,$(srctree)/%,$(u-boot-dirs) include)
|
||||||
|
|
||||||
FIND := find
|
FIND := find
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user