Attention is currently required from: Martin L Roth, Stefan Reinauer, Arthur Heymans.
Hello build bot (Jenkins), Martin L Roth, Stefan Reinauer, Maximilian Brune, Angel Pons, Marvin Drees,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/74309
to look at the new patch set (#4).
Change subject: payloads/external/Makefile.inc: Make linuxboot a phony target ......................................................................
payloads/external/Makefile.inc: Make linuxboot a phony target
To quote the gnu make manual: "A phony target is one that is not really the name of a file; rather it is just a name for a recipe to be executed when you make an explicit request. There are two reasons to use a phony target: to avoid a conflict with a file of the same name, and to improve performance."
Change-Id: I337f4f2e0257a75ba204d21f8aa84292e8233082 Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M payloads/external/Makefile.inc 1 file changed, 17 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/09/74309/4