Sign in
◑
Theme
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
9e5e57ba3bf03a4eb0ec0928b6fee07cb8b0a860
/
.
/
kernel
/
sys
/
CMakeLists.txt
blob: 426d6ceb9d987b89fa112fdc6f41ce38b518b7d1 [
file
]
# SPDX-License-Identifier: Apache-2.0
# Copyright (c) Zephyr Project Contributors
if(NOT CONFIG_USERSPACE)
zephyr_sources(sem.c)
endif()
zephyr_sources(
thread_entry.c
)