diff options
author | Guo Mang <mang.guo@intel.com> | 2018-05-07 13:38:21 +0800 |
---|---|---|
committer | Guo Mang <mang.guo@intel.com> | 2018-05-07 13:38:21 +0800 |
commit | 312aa6b4b6a471240878e645195cfd421d7266a8 (patch) | |
tree | 8350896de7ed3f7836460312fb04526b2130db01 | |
parent | e25109a282dc08d9e3de916af10ed997c64eccde (diff) | |
download | edk2-platforms-312aa6b4b6a471240878e645195cfd421d7266a8.tar.xz |
Add CONF_PATHdevel-IntelAtomProcessorE3900
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Guo Mang <mang.guo@intel.com>
-rwxr-xr-x | BuildBIOS.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BuildBIOS.sh b/BuildBIOS.sh index 5cf0777da7..b80f8c729d 100755 --- a/BuildBIOS.sh +++ b/BuildBIOS.sh @@ -111,6 +111,7 @@ echo $Target_Flag cd .. export WORKSPACE=`pwd` export CORE_PATH=$WORKSPACE/edk2 +export CONF_PATH=$WORKSPACE/Conf export PACKAGES_PATH=$WORKSPACE:$WORKSPACE/edk2:$WORKSPACE/edk2-platforms/:$WORKSPACE/edk2-platforms/Platform:$WORKSPACE/edk2-platforms/Platform/BroxtonPlatformPkg:$WORKSPACE/edk2-platforms/Silicon/BroxtonSoC:$WORKSPACE/edk2-platforms/Silicon:$WORKSPACE/edk2-platforms/Platform/BroxtonPlatformPkg/Common make -C $CORE_PATH/BaseTools |