Skip to content
Snippets Groups Projects
Commit 93758cc1 authored by Igor Opaniuk's avatar Igor Opaniuk Committed by Jérôme Forissier
Browse files

buildroot: provide CFG_TEE_BENCHMARK in optee_client


Provide proper value to optee_client cmake option
CFG_TEE_BENCHMARK

Acked-by: default avatarJoakim Bech <joakim.bech@linaro.org>
Signed-off-by: default avatarIgor Opaniuk <igor.opaniuk@linaro.org>
parent 3b5d8f08
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,10 @@ OPTEE_CLIENT_SITE = $(BR2_PACKAGE_OPTEE_CLIENT_SITE)
OPTEE_CLIENT_SITE_METHOD = local
OPTEE_CLIENT_INSTALL_STAGING = YES
ifeq ($(BR2_PACKAGE_OPTEE_BENCHMARK),y)
OPTEE_CLIENT_CONF_OPTS = -DCFG_TEE_BENCHMARK=ON
endif
define OPTEE_CLIENT_INSTALL_SUPPLICANT_SCRIPT
$(INSTALL) -m 0755 -D $(OPTEE_CLIENT_PKGDIR)/S30optee \
$(TARGET_DIR)/etc/init.d/S30optee
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment