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