summaryrefslogtreecommitdiff
path: root/payloads
diff options
context:
space:
mode:
authorSean Rhodes <sean@starlabs.systems>2022-08-02 09:32:17 +0100
committerFelix Held <felix-coreboot@felixheld.de>2022-09-01 14:13:15 +0000
commitbbec7129d49956741100d1b3e1bb617ff9dd1431 (patch)
treed3f6b76c4cdf5b2189fd755d2befb5b6c68df92b /payloads
parent306550dac93e9de8cea4b82a2874898499987ba4 (diff)
downloadcoreboot-bbec7129d49956741100d1b3e1bb617ff9dd1431.tar.gz
payloads/edk2: Adjust the WORKSPACE target
First, remove the `-p` flag; as it's a file target it's not needed in this case. Second, remove the clone as this is handled in the update recipe. Signed-off-by: Sean Rhodes <sean@starlabs.systems> Change-Id: I3829a3151be2d05a067a160fa770e5eb7ad4aad4 Reviewed-on: https://review.coreboot.org/c/coreboot/+/66361 Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com> Reviewed-by: Martin Roth <martin.roth@amd.corp-partner.google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'payloads')
-rw-r--r--payloads/external/edk2/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/payloads/external/edk2/Makefile b/payloads/external/edk2/Makefile
index 9ee9b441db..d53653683c 100644
--- a/payloads/external/edk2/Makefile
+++ b/payloads/external/edk2/Makefile
@@ -101,9 +101,7 @@ endif
all: UefiPayloadPkg
$(WORKSPACE):
- mkdir -p $(WORKSPACE)
- echo " Cloning $(project_name) from $(CONFIG_EDK2_REPOSITORY)"
- git clone $(CONFIG_EDK2_REPOSITORY) $(EDK2_PATH)
+ mkdir $(WORKSPACE)
update: $(WORKSPACE)
if [ ! -d "$(EDK2_PATH)" ]; then \