Skip to content

Commit 5d0ed65

Browse files
nordic-krchnordicjm
authored andcommitted
[nrf fromtree] boards: native: nrf_bsim: Add include path to common
Add include path to nordic/soc/nordic/common where some internal headers for nordic devices are kept (e.g. dmm.h). Signed-off-by: Krzysztof Chruściński <[email protected]> (cherry picked from commit ec224fd)
1 parent 75263f7 commit 5d0ed65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

boards/native/nrf_bsim/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ zephyr_include_directories(
5656
common
5757
common/cmsis
5858
${NSI_DIR}/common/src/include
59+
${ZEPHYR_BASE}/soc/nordic/common
5960
)
6061

6162
zephyr_library_include_directories(

0 commit comments

Comments
 (0)