From d522638526112fab49bb2bf3ba38ae569b2d0490 Mon Sep 17 00:00:00 2001 From: Igor Opaniuk <igor.opaniuk@linaro.org> Date: Fri, 14 Jul 2017 18:11:07 +0300 Subject: [PATCH] benchmark: enable benchmark for rpi3 Acked-by: Jerome Forissier <jerome.forissier@linaro.org> Signed-off-by: Igor Opaniuk <igor.opaniuk@linaro.org> --- rpi3.mk | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/rpi3.mk b/rpi3.mk index 4cfb403..d7d44cf 100644 --- a/rpi3.mk +++ b/rpi3.mk @@ -57,6 +57,10 @@ MODULE_OUTPUT ?= $(ROOT)/module_output ################################################################################ # Targets ################################################################################ +ifeq ($(CFG_TEE_BENCHMARK),y) +all: benchmark-app +clean: benchmark-app-clean +endif all: rpi3-firmware arm-tf optee-os optee-client xtest u-boot u-boot-jtag-bin\ linux update_rootfs clean: arm-tf-clean busybox-clean u-boot-clean u-boot-jtag-bin-clean \ @@ -237,6 +241,13 @@ helloworld: helloworld-common helloworld-clean: helloworld-clean-common +################################################################################ +# benchmark +################################################################################ +benchmark-app: benchmark-app-common + +benchmark-app-clean: benchmark-app-clean-common + ################################################################################ # Root FS ################################################################################ -- GitLab