zephyr/soc/arm/nxp_kinetis/CMakeLists.txt

12 lines
284 B
CMake
Raw Normal View History

# SPDX-License-Identifier: Apache-2.0
zephyr_sources_ifdef(CONFIG_KINETIS_FLASH_CONFIG flash_configuration.c)
add_subdirectory(${SOC_SERIES})
zephyr_linker_sources_ifdef(CONFIG_KINETIS_FLASH_CONFIG
ROM_START
SORT_KEY ${CONFIG_KINETIS_FLASH_CONFIG_OFFSET}
flash_config.ld
)