]> git.proxmox.com Git - mirror_edk2.git/commitdiff
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)
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

index 3e1b6a85e2afecff7f2509e12c72f236b9ff4fcd..7a7e1ef4b8aeb5dcb512765b5912ab2a3ee65139 100644 (file)
@@ -42,7 +42,7 @@ endif
 export ARCH\r
 export HOST_ARCH=$(ARCH)\r
 \r
-MAKEROOT ?= $(EDK_TOOLS_PATH)/Source/C\r
+MAKEROOT ?= ..\r
 \r
 APPNAME = FCE\r
 \r