Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
0d66091cce5d5fd50afe5b24968e4d698361eb1f
/
.
/
drivers
/
tee
/
CMakeLists.txt
blob: d12fb9f15b5eec89d428153708c790aea093361a [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: Apache-2.0
add_subdirectory_ifdef(CONFIG_OPTEE optee)
if (CONFIG_TEE)
zephyr_library()
zephyr_library_sources(tee.c)
endif()