Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
30f0d85fa0da3aa0e010d1fa5b3134c93f01d87a
/
.
/
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()