BaseTools: fix FCE build when edksetup not executed

Commit 3c59d94637 ("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>
This commit is contained in:
Leif Lindholm 2019-07-05 11:25:31 +01:00
parent 0a487ef96b
commit d031fc07eb
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ endif
export ARCH
export HOST_ARCH=$(ARCH)
MAKEROOT ?= $(EDK_TOOLS_PATH)/Source/C
MAKEROOT ?= ..
APPNAME = FCE