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>
This commit is contained in:
4
payloads/external/edk2/Makefile
vendored
4
payloads/external/edk2/Makefile
vendored
@@ -101,9 +101,7 @@ endif
|
|||||||
all: UefiPayloadPkg
|
all: UefiPayloadPkg
|
||||||
|
|
||||||
$(WORKSPACE):
|
$(WORKSPACE):
|
||||||
mkdir -p $(WORKSPACE)
|
mkdir $(WORKSPACE)
|
||||||
echo " Cloning $(project_name) from $(CONFIG_EDK2_REPOSITORY)"
|
|
||||||
git clone $(CONFIG_EDK2_REPOSITORY) $(EDK2_PATH)
|
|
||||||
|
|
||||||
update: $(WORKSPACE)
|
update: $(WORKSPACE)
|
||||||
if [ ! -d "$(EDK2_PATH)" ]; then \
|
if [ ! -d "$(EDK2_PATH)" ]; then \
|
||||||
|
Reference in New Issue
Block a user