blob: c5f6f41f49ab3418553ba1403880ea5c41650232 [file] [log] [blame]
# SPDX-License-Identifier: Apache-2.0
zephyr_library()
zephyr_library_sources(
soc_config.c
reboot.S
sys_arch_reboot.c
)
zephyr_library_include_directories(
${ZEPHYR_BASE}/kernel/include
${ZEPHYR_BASE}/arch/arm/include
)