modules: hal_nordic: Make module directory avaliable to others
Make the nrfx module directory avaliable to other cmake files. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
9eeb78d86d
commit
65cd717152
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
zephyr_library()
|
||||
|
||||
set(NRFX_DIR ${ZEPHYR_CURRENT_MODULE_DIR}/nrfx)
|
||||
set(NRFX_DIR ${ZEPHYR_CURRENT_MODULE_DIR}/nrfx CACHE PATH "nrfx Directory")
|
||||
set(INC_DIR ${NRFX_DIR}/drivers/include)
|
||||
set(SRC_DIR ${NRFX_DIR}/drivers/src)
|
||||
set(MDK_DIR ${NRFX_DIR}/mdk)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue