blob: f1c18291fc6bf85126d626c7d2a8b76d59221f6f [file] [log] [blame]
# Copyright (c) 2024 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
zephyr_library_sources(
soc.c
../validate_rram_partitions.c
)
zephyr_include_directories(.)
if(CONFIG_ELV_GRTC_LFXO_ALLOWED)
message(WARNING "WARNING! ELV mode feature is EXPERIMENTAL and may brick your device!")
endif()