mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
15 lines
468 B
Makefile
15 lines
468 B
Makefile
################################################################################
|
|
#
|
|
# optee-benchmark
|
|
#
|
|
################################################################################
|
|
|
|
OPTEE_BENCHMARK_VERSION = 3.13.0
|
|
OPTEE_BENCHMARK_SITE = $(call github,linaro-swg,optee_benchmark,$(OPTEE_BENCHMARK_VERSION))
|
|
OPTEE_BENCHMARK_LICENSE = BSD-2-Clause
|
|
OPTEE_BENCHMARK_LICENSE_FILES = LICENSE
|
|
|
|
OPTEE_BENCHMARK_DEPENDENCIES = optee-client libyaml
|
|
|
|
$(eval $(cmake-package))
|