blob: 5ae42f3a1d28c4adae9e31bd16b101cdc0431913 [file] [log] [blame]
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
)