Searched refs:OPENSSL_DIR (Results 1 – 11 of 11) sorted by relevance
10 OPENSSL_DIR := /usr macro47 ENCTOOL_INCLUDE_DIRS := ./include ../../include/tools_share ${OPENSSL_DIR}/include55 ENCTOOL_LDFLAGS := -L${OPENSSL_DIR}/lib -L${OPENSSL_DIR}
32 OPENSSL_DIR := /usr macro48 FIPTOOL_LDFLAGS := -L${OPENSSL_DIR}/lib -L${OPENSSL_DIR} -lcrypto49 FIPTOOL_INCLUDE_DIRS += ${OPENSSL_DIR}/include
367 OPENSSL_DIR := /usr370 ifeq ("$(wildcard ${OPENSSL_DIR}/bin)", "")371 OPENSSL_BIN_PATH = ${OPENSSL_DIR}/apps373 OPENSSL_BIN_PATH = ${OPENSSL_DIR}/bin
297 …$(eval OPENSSL_INFO := $(shell LD_LIBRARY_PATH=${OPENSSL_DIR}:${OPENSSL_DIR}/lib ${OPENSSL_BIN_PAT…
65 CRTTOOL_INCLUDE_DIRS += ./include ${PLAT_INCLUDE} ${OPENSSL_DIR}/include73 CRTTOOL_LDFLAGS += -L ${OPENSSL_DIR}/lib -L ${OPENSSL_DIR}
45 OPENSSL_DIR=<path to openssl usr folder> \
1162 …bspath ${BUILD_PLAT}) USE_TBBR_DEFS=${USE_TBBR_DEFS} COT=${COT} OPENSSL_DIR=${OPENSSL_DIR} DEBUG=$…1232 …ath ${BUILD_PLAT}) CPPFLAGS="-DVERSION='\"${VERSION_STRING}\"'" OPENSSL_DIR=${OPENSSL_DIR} DEBUG=$…1255 …} PLAT=${PLAT} BUILD_PLAT=$(abspath ${BUILD_PLAT}) BUILD_INFO=0 OPENSSL_DIR=${OPENSSL_DIR} DEBUG=$…
38 If using a custom build of OpenSSL, set the ``OPENSSL_DIR`` variable94 BL33=<path-to>/<bl33_image> OPENSSL_DIR=<path-to>/<openssl> \118 BL33=<path-to>/<bl33_image> OPENSSL_DIR=<path-to>/<openssl> \
8 this, use the ``OPENSSL_DIR`` variable after the ``make`` command to11 libraries. More info about ``OPENSSL_DIR`` can be found at
1306 - ``OPENSSL_DIR``: This option is used to provide the path to a directory on the
8611 …- respect OPENSSL_DIR ([0a956f8](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-f…10186 - Added build option `OPENSSL_DIR` to direct tools to OpenSSL libraries