Skip to content

Commit f43c322

Browse files
magp-nordicmasz-nordic
authored andcommitted
[nrf fromlist] soc: nordic: nrf54h: temporarily change path to nrfx
Temporarily change path from hal_nordic to nrfx in BICR CMake. This is needed, because BICR is in soc directory which is included before modules, where NRFX_DIR symbol is defined. Upstream PR #: 96160 Signed-off-by: Magdalena Pastula <[email protected]>
1 parent 3fa14a5 commit f43c322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

soc/nordic/nrf54h/bicr/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
if(CONFIG_SOC_NRF54H20_GENERATE_BICR)
22
set(bicr_json_file ${BOARD_DIR}/bicr.json)
33
set(bicr_hex_file ${PROJECT_BINARY_DIR}/bicr.hex)
4-
set(svd_file ${ZEPHYR_HAL_NORDIC_MODULE_DIR}/nrfx/bsp/stable/mdk/nrf54h20_application.svd)
4+
set(svd_file ${ZEPHYR_BASE}/../nrfx/bsp/stable/mdk/nrf54h20_application.svd)
55

66
if(EXISTS ${bicr_json_file})
77
set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS ${bicr_json_file})

0 commit comments

Comments
 (0)