6a14a0233b
Refactor soc_secure handling to not use TF-M directly in the header. Move from nRF53 to common since nRF91 also supports TF-M. Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
14 lines
190 B
CMake
14 lines
190 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
zephyr_sources(
|
|
soc.c
|
|
)
|
|
|
|
zephyr_library_sources_ifdef(CONFIG_PM
|
|
power.c
|
|
)
|
|
|
|
zephyr_library_sources_ifdef(CONFIG_NRF53_SYNC_RTC
|
|
sync_rtc.c
|
|
)
|