From 403d22076ce2fe3d6a0c53e65f4cc6c528f73027 Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Tue, 2 Aug 2022 08:54:12 +0100 Subject: payloads/edk2: Move building to directory called workspace The current edk2 makefile will work in a directory that's name is derived from the repository, such as `mrchromebox` or `starlabsltd`. Move this under a directory, so that it can be ignored by git and so that the makefile can be adjusted to use file targets, rather than phony recipes with wildcards. Signed-off-by: Sean Rhodes Change-Id: If0c80dbc59130f229b78cab9578115e14172301d Reviewed-on: https://review.coreboot.org/c/coreboot/+/66356 Reviewed-by: Lean Sheng Tan Tested-by: build bot (Jenkins) --- payloads/external/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'payloads/external/Makefile.inc') diff --git a/payloads/external/Makefile.inc b/payloads/external/Makefile.inc index 8b167ed784..f964bdaab5 100644 --- a/payloads/external/Makefile.inc +++ b/payloads/external/Makefile.inc @@ -190,7 +190,7 @@ $(obj)/UEFIPAYLOAD.fd edk2: $(DOTCONFIG) OBJCOPY_arm=$(OBJCOPY_arm) \ OBJCOPY_arm64=$(OBJCOPY_arm64) \ MFLAGS= MAKEFLAGS= - mv payloads/external/edk2/output/UEFIPAYLOAD.fd $@ + mv payloads/external/edk2/workspace/output/UEFIPAYLOAD.fd $@ # FILO -- cgit v1.2.3