From f2d162efcaf9a811cfeaee9806b203c35cffb23a Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Tue, 29 Mar 2022 21:33:33 +0100 Subject: [PATCH] payloads/tianocore: Don't declare tools directory twice EDK_TOOLS_PATH is set on lines 85 and 137. Remove the instance on 85. edk2 still builds correctly. Signed-off-by: Sean Rhodes Change-Id: I0c837f14693941afec194b140c93d786ea784e53 Reviewed-on: https://review.coreboot.org/c/coreboot/+/63180 Tested-by: build bot (Jenkins) Reviewed-by: Matt DeVillier Reviewed-by: Angel Pons --- payloads/external/tianocore/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/payloads/external/tianocore/Makefile b/payloads/external/tianocore/Makefile index 0908606c7b..405af72f9d 100644 --- a/payloads/external/tianocore/Makefile +++ b/payloads/external/tianocore/Makefile @@ -82,8 +82,6 @@ endif bootloader = $(word 8,$(subst /, ,$(BUILD_STR))) -export EDK_TOOLS_PATH=$(project_dir)/BaseTools - all: clean build $(project_dir):