summaryrefslogtreecommitdiff
path: root/payloads/external
diff options
context:
space:
mode:
authorSean Rhodes <sean@starlabs.systems>2022-03-29 21:33:33 +0100
committerFelix Held <felix-coreboot@felixheld.de>2022-04-11 13:59:29 +0000
commitf2d162efcaf9a811cfeaee9806b203c35cffb23a (patch)
tree4eec72490470426915652e4fd215bfc317f614ac /payloads/external
parentfaf66f2483f58f0544940834a7f20093df154d20 (diff)
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 <sean@starlabs.systems> Change-Id: I0c837f14693941afec194b140c93d786ea784e53 Reviewed-on: https://review.coreboot.org/c/coreboot/+/63180 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'payloads/external')
-rw-r--r--payloads/external/tianocore/Makefile2
1 files changed, 0 insertions, 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):