Skip to content

Commit dab54eb

Browse files
committed
modules: hal_nordic: nrfx: Paths aligning to the NRFX 4.0
Paths aligning to the NRFX 4.0 Signed-off-by: Rafal Dyla <[email protected]>
1 parent 318b871 commit dab54eb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

modules/hal_nordic/nrfx/CMakeLists.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,15 @@ endif()
1313

1414
set(INC_DIR ${NRFX_DIR}/drivers/include)
1515
set(SRC_DIR ${NRFX_DIR}/drivers/src)
16-
set(MDK_DIR ${NRFX_DIR}/mdk)
16+
set(BSP_DIR ${NRFX_DIR}/bsp)
17+
set(BSP_STABLE_DIR ${BSP_DIR}/stable)
18+
set(MDK_DIR ${BSP_STABLE_DIR}/mdk)
1719
set(HELPERS_DIR ${NRFX_DIR}/helpers)
1820

1921
zephyr_include_directories(${NRFX_DIR})
2022
zephyr_include_directories(${INC_DIR})
23+
zephyr_include_directories(${BSP_DIR})
24+
zephyr_include_directories(${BSP_STABLE_DIR})
2125
zephyr_include_directories(${MDK_DIR})
2226
zephyr_include_directories(.)
2327

0 commit comments

Comments
 (0)