From bbec7129d49956741100d1b3e1bb617ff9dd1431 Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Tue, 2 Aug 2022 09:32:17 +0100 Subject: 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 Change-Id: I3829a3151be2d05a067a160fa770e5eb7ad4aad4 Reviewed-on: https://review.coreboot.org/c/coreboot/+/66361 Reviewed-by: Lean Sheng Tan Reviewed-by: Martin Roth Tested-by: build bot (Jenkins) --- payloads/external/edk2/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'payloads/external') 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 \ -- cgit v1.2.3