zephyr/soc/nordic/nrf54l/CMakeLists.txt
Michał Stasiak 4c96cbb79b soc: nordic: nrf54l: remove redundant ELV code
Removed dead ELV code from nRF54L soc.

Signed-off-by: Michał Stasiak <michal.stasiak@nordicsemi.no>
2024-12-06 15:16:29 +01:00

8 lines
183 B
CMake

# Copyright (c) 2024 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
zephyr_library_sources(
soc.c
../validate_rram_partitions.c
)
zephyr_include_directories(.)