payloads/external/LinuxBoot/targets/u-root.mk: Add missing prerequisite
the build directory prerequisite was missing. As far as I know, it didn't cause any issues, but it should still be there for correctness. Signed-off-by: Maximilian Brune <maximilian.brune@9elements.com> Change-Id: Ieba578871af2fe886def059ab1568b85cd641e6e Reviewed-on: https://review.coreboot.org/c/coreboot/+/87820 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
parent
cba0f0b8b9
commit
502d19be89
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ ifeq ($(shell if [ $(go_version_minor) -lt 9 ]; then echo y; fi),y)
|
|||
endif
|
||||
endif
|
||||
|
||||
$(uroot_build):
|
||||
$(uroot_build): | build/
|
||||
git clone https://$(uroot_package) $(uroot_build)
|
||||
git -C $(uroot_build) checkout --quiet $(CONFIG_LINUXBOOT_UROOT_VERSION)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue