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

10 lines
152 B
CMake

zephyr_include_directories(${ZEPHYR_BASE}/drivers)
zephyr_sources(
soc.c
)
zephyr_linker_sources_ifdef(CONFIG_BT_STM32_IPM
SECTIONS
ipm.ld
)