summaryrefslogtreecommitdiffstats
path: root/payloads/external/Makefile.inc
diff options
context:
space:
mode:
authorSean Rhodes <sean@starlabs.systems>2022-08-02 08:54:12 +0100
committerTim Wawrzynczak <twawrzynczak@chromium.org>2022-08-24 21:27:24 +0000
commit403d22076ce2fe3d6a0c53e65f4cc6c528f73027 (patch)
treeed394a720a5d33d8da9aa8fef94b18ec0e2781b4 /payloads/external/Makefile.inc
parent766bd0040f082e82b3af199fb392c462444fb79d (diff)
downloadcoreboot-403d22076ce2fe3d6a0c53e65f4cc6c528f73027.tar.gz
coreboot-403d22076ce2fe3d6a0c53e65f4cc6c528f73027.tar.bz2
coreboot-403d22076ce2fe3d6a0c53e65f4cc6c528f73027.zip
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 <sean@starlabs.systems> Change-Id: If0c80dbc59130f229b78cab9578115e14172301d Reviewed-on: https://review.coreboot.org/c/coreboot/+/66356 Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'payloads/external/Makefile.inc')
-rw-r--r--payloads/external/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/payloads/external/Makefile.inc b/payloads/external/Makefile.inc
index 8b167ed784a7..f964bdaab586 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