change TA dir

Signed-off-by: pete-lipeng <petersun.li@huawei.com>
This commit is contained in:
pete-lipeng
2023-08-28 17:49:58 +08:00
parent 8bcf1020da
commit 2af62e375b
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ set -e
export SOURCE_PATH=$(dirname $0)
export ABS_SOURCE_PATH=$(cd ${SOURCE_PATH};pwd)
export TEE_BUILD_PATH=${ABS_SOURCE_PATH}/../../../../
export TEE_BUILD_PATH=${ABS_SOURCE_PATH}/../../../
SIGNTOOL_DIR=${TEE_BUILD_PATH}/build/tools
CUR_DIR=$(pwd)
+1 -1
View File
@@ -17,7 +17,7 @@ TARGET_IS_ARM64 = y
# If no API_LEVEL is specified, API of GP 1.1.1 will be taken
CFLAGS += -DAPI_LEVEL=2
include ../../../../build/mk/common.mk
include ../../../build/mk/common.mk
SRC += $(wildcard ./*.c)
+1 -1
View File
@@ -1 +1 @@
../../../../build/build_ta.sh
../../../build/build_ta.sh