Removed dead ELV code from nRF54L soc. Signed-off-by: Michał Stasiak <michal.stasiak@nordicsemi.no>
8 lines
183 B
CMake
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(.)
|