summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeif Lindholm <leif.lindholm@linaro.org>2019-07-05 11:25:31 +0100
committerLeif Lindholm <leif.lindholm@linaro.org>2019-07-05 14:58:43 +0100
commitd031fc07eb83c9d13bff3ebac25da458d5a47917 (patch)
tree08c701691e272f7025b6e870d5b85c7a82779429
parent0a487ef96bd6d2e0ac23323adab86f9949068ed6 (diff)
downloadedk2-d031fc07eb83c9d13bff3ebac25da458d5a47917.tar.gz
edk2-d031fc07eb83c9d13bff3ebac25da458d5a47917.tar.bz2
edk2-d031fc07eb83c9d13bff3ebac25da458d5a47917.zip
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>
-rw-r--r--BaseTools/Source/C/FCE/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/BaseTools/Source/C/FCE/GNUmakefile b/BaseTools/Source/C/FCE/GNUmakefile
index 3e1b6a85e2..7a7e1ef4b8 100644
--- a/BaseTools/Source/C/FCE/GNUmakefile
+++ b/BaseTools/Source/C/FCE/GNUmakefile
@@ -42,7 +42,7 @@ endif
export ARCH
export HOST_ARCH=$(ARCH)
-MAKEROOT ?= $(EDK_TOOLS_PATH)/Source/C
+MAKEROOT ?= ..
APPNAME = FCE