diff options
author | Sean Rhodes <sean@starlabs.systems> | 2022-08-02 08:54:12 +0100 |
---|---|---|
committer | Tim Wawrzynczak <twawrzynczak@chromium.org> | 2022-08-24 21:27:24 +0000 |
commit | 403d22076ce2fe3d6a0c53e65f4cc6c528f73027 (patch) | |
tree | ed394a720a5d33d8da9aa8fef94b18ec0e2781b4 /payloads/external/Makefile.inc | |
parent | 766bd0040f082e82b3af199fb392c462444fb79d (diff) |
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.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |