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
)