Sign in
◑
Theme
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
279f7fc17157e88f2a9ce85d8a766471900fda7d
/
.
/
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
)