Sign in
◑
Theme
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
b39bc9be7b73bb37e2c68f1eb2ac3ccdb4bc05cd
/
.
/
kernel
/
smp
/
CMakeLists.txt
blob: fd360ea23f07526844aa0288f3bdddcad407479c [
file
]
# Copyright (c) Zephyr Project contributors
# SPDX-License-Identifier: Apache-2.0
target_sources(kernel PRIVATE
smp.c
ipi.c
)
target_sources_ifdef(CONFIG_SCHED_CPU_MASK kernel PRIVATE
cpu_mask.c
)