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
)