14 lines
427 B
Makefile
14 lines
427 B
Makefile
|
################################################################################
|
||
|
#
|
||
|
# optee-benchmark
|
||
|
#
|
||
|
################################################################################
|
||
|
|
||
|
OPTEE_BENCHMARK_VERSION = 3.4.0
|
||
|
OPTEE_BENCHMARK_SITE = $(call github,linaro-swg,optee_benchmark,$(OPTEE_BENCHMARK_VERSION))
|
||
|
OPTEE_BENCHMARK_LICENSE = BSD-2-Clause
|
||
|
|
||
|
OPTEE_BENCHMARK_DEPENDENCIES = optee-client libyaml
|
||
|
|
||
|
$(eval $(cmake-package))
|