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

benchmark: enable benchmark for rpi3

parent 4a2bf9ab
No related branches found
No related tags found
No related merge requests found
......@@ -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
################################################################################
......
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