Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/74309 )
Change subject: payloads/external/Makefile.inc: Linuxboot is a phony target ......................................................................
payloads/external/Makefile.inc: Linuxboot is a phony target
Change-Id: I337f4f2e0257a75ba204d21f8aa84292e8233082 Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M payloads/external/Makefile.inc 1 file changed, 11 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/09/74309/1
diff --git a/payloads/external/Makefile.inc b/payloads/external/Makefile.inc index 475427e..effab43 100644 --- a/payloads/external/Makefile.inc +++ b/payloads/external/Makefile.inc @@ -366,7 +366,7 @@ MFLAGS= MAKEFLAGS=
# LinuxBoot - +.PHONY: linuxboot linuxboot: $(MAKE) -C payloads/external/LinuxBoot \ CPUS=$(CPUS) \