Skip to content

Commit 018ca5a

Browse files
nika-nordicnordicjm
authored andcommitted
[nrf fromtree] platform: nordic_nrf: nrf54lc10: align system file paths to Split MDK
Split MDK introduces individual per-device directories. Align paths to new structure. Change-Id: I399d37174d67ec20a24a545c08a818225e36e057 Signed-off-by: Nikodem Kastelik <nikodem.kastelik@nordicsemi.no> (cherry picked from commit e75cf4b)
1 parent c7fa24e commit 018ca5a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

platform/ext/target/nordic_nrf/common/nrf54lc10a/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ endif()
2828

2929
target_sources(platform_s
3030
PRIVATE
31-
${HAL_NORDIC_PATH}/nrfx/bsp/stable/mdk/system_nrf54l.c
31+
${HAL_NORDIC_PATH}/nrfx/bsp/stable/mdk/nrf54l/system_nrf54l.c
3232
../nrf54l/nrf54l_init.c
3333
)
3434

platform/ext/target/nordic_nrf/common/nrf54lc10a/ns/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ target_include_directories(platform_ns
1818

1919
target_sources(platform_ns
2020
PRIVATE
21-
${HAL_NORDIC_PATH}/nrfx/bsp/stable/mdk/system_nrf54l.c
21+
${HAL_NORDIC_PATH}/nrfx/bsp/stable/mdk/nrf54l/system_nrf54l.c
2222
)
2323

2424
target_compile_definitions(platform_ns

0 commit comments

Comments
 (0)