]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: fix FCE build when edksetup not executed
authorLeif Lindholm <leif.lindholm@linaro.org>
Fri, 5 Jul 2019 10:25:31 +0000 (11:25 +0100)
committerLeif Lindholm <leif.lindholm@linaro.org>
Fri, 5 Jul 2019 13:58:43 +0000 (14:58 +0100)
commitd031fc07eb83c9d13bff3ebac25da458d5a47917
tree08c701691e272f7025b6e870d5b85c7a82779429
parent0a487ef96bd6d2e0ac23323adab86f9949068ed6
BaseTools: fix FCE build when edksetup not executed

Commit 3c59d94637ad ("BaseTools/FCE: Add a tool FCE") added a new tool
that is always built. Pre-existing tools locate the makefile includes
with relative paths, but FCE uses EDK_TOOLS_PATH, adding a new dependency
on having sourced edksetup.sh before building BaseTools.

Change FCE GNUmakefile to match other tools.

Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/C/FCE/GNUmakefile