1# Copyright (c) 2021 YuLong Yao <feilongphone@gmail.com>
2# SPDX-License-Identifier: Apache-2.0
3
4zephyr_include_directories(.)
5zephyr_sources(soc.c)
6
7set(SOC_LINKER_SCRIPT ${ZEPHYR_BASE}/include/zephyr/arch/arm/cortex_m/scripts/linker.ld CACHE INTERNAL "")
8