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 <krzysztof.chruscinski@nordicsemi.no>
This commit is contained in:
parent
c01ccfe719
commit
ec224fde28
1 changed files with 1 additions and 0 deletions
|
|
@ -56,6 +56,7 @@ zephyr_include_directories(
|
|||
common
|
||||
common/cmsis
|
||||
${NSI_DIR}/common/src/include
|
||||
${ZEPHYR_BASE}/soc/nordic/common
|
||||
)
|
||||
|
||||
zephyr_library_include_directories(
|
||||
|
|
|
|||
Loading…
Reference in a new issue