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/.gitignore | |
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/.gitignore')
-rw-r--r-- | payloads/external/.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/payloads/external/.gitignore b/payloads/external/.gitignore index 86ad3f1473..c9efcffd03 100644 --- a/payloads/external/.gitignore +++ b/payloads/external/.gitignore @@ -3,7 +3,7 @@ FILO/filo/ GRUB2/grub2/ LinuxBoot/linuxboot/ SeaBIOS/seabios/ -edk2/edk2/ +edk2/workspace tint/tint/ U-Boot/u-boot/ Memtest86Plus/memtest86plus/ |