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

14 lines
198 B
CMake

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