From 6f1b7d79b389a0c694f4fc41afee3d4ad565376e Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Wed, 12 Apr 2023 11:03:56 +0200 Subject: [PATCH] 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/74309 Reviewed-by: Angel Pons Reviewed-by: Marvin Drees Reviewed-by: Maximilian Brune Reviewed-by: Lean Sheng Tan Tested-by: build bot (Jenkins) --- payloads/external/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/payloads/external/Makefile.inc b/payloads/external/Makefile.inc index 475427ee9d..effab43818 100644 --- a/payloads/external/Makefile.inc +++ b/payloads/external/Makefile.inc @@ -366,7 +366,7 @@ payloads/external/iPXE/ipxe/ipxe.rom ipxe: $(DOTCONFIG) $(PXE_CONFIG_SCRIPT) MFLAGS= MAKEFLAGS= # LinuxBoot - +.PHONY: linuxboot linuxboot: $(MAKE) -C payloads/external/LinuxBoot \ CPUS=$(CPUS) \