1# Copyright (c) 2024 Nuvoton Technology Corporation. 2# 3# SPDX-License-Identifier: Apache-2.0 4 5zephyr_sources(soc.c) 6 7zephyr_include_directories(.) 8 9zephyr_library_sources_ifdef(CONFIG_POWEROFF poweroff.c) 10 11set(SOC_LINKER_SCRIPT ${ZEPHYR_BASE}/include/zephyr/arch/arm/cortex_m/scripts/linker.ld CACHE INTERNAL "") 12