mirror of https://github.com/acidanthera/audk.git
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:
parent
0a487ef96b
commit
d031fc07eb
|
@ -42,7 +42,7 @@ endif
|
|||
export ARCH
|
||||
export HOST_ARCH=$(ARCH)
|
||||
|
||||
MAKEROOT ?= $(EDK_TOOLS_PATH)/Source/C
|
||||
MAKEROOT ?= ..
|
||||
|
||||
APPNAME = FCE
|
||||
|
||||
|
|
Loading…
Reference in New Issue