blob: 6cae59aed5b6519a5e18a27acac68c86e8a58f4b [file] [log] [blame]
# SPDX-License-Identifier: Apache-2.0
zephyr_sources(
soc.c
soc_cache.c
../common/loader.c
)
zephyr_include_directories(.)
zephyr_sources_ifndef(CONFIG_BOOTLOADER_MCUBOOT hw_init.c)
zephyr_library_sources_ifdef(CONFIG_NEWLIB_LIBC newlib_fix.c)
zephyr_library_sources_ifdef(CONFIG_PM power.c)
zephyr_library_sources_ifdef(CONFIG_POWEROFF poweroff.c)