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>
This commit is contained in:
Sean Rhodes 2022-03-29 21:33:33 +01:00 committed by Felix Held
parent faf66f2483
commit f2d162efca
1 changed files with 0 additions and 2 deletions

View File

@ -82,8 +82,6 @@ endif
bootloader = $(word 8,$(subst /, ,$(BUILD_STR)))
export EDK_TOOLS_PATH=$(project_dir)/BaseTools
all: clean build
$(project_dir):