zephyr/soc/arm/st_stm32/stm32h7/CMakeLists.txt

10 lines
270 B
CMake

# SPDX-License-Identifier: Apache-2.0
zephyr_include_directories(${ZEPHYR_BASE}/drivers)
zephyr_sources_ifdef(CONFIG_CPU_CORTEX_M7 soc_m7.c)
zephyr_sources_ifdef(CONFIG_CPU_CORTEX_M4 soc_m4.c)
zephyr_sources(mpu_regions.c)
zephyr_linker_sources(SECTIONS sections.ld)