Not really library code, this a core component that is part of the core os/kernel. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
10 lines
176 B
CMake
10 lines
176 B
CMake
# 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
|
|
)
|