modules: hal_nxp: specify CMSIS path for Cortex-A Core support
Specify CMSIS patch for Cortex-A Core support in mcux-sdk-ng. Signed-off-by: Jiafei Pan <Jiafei.Pan@nxp.com>
This commit is contained in:
parent
b0ba009d4d
commit
dbbe5275d6
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,10 @@ set(MCUX_SDK_NG_DIR ${ZEPHYR_CURRENT_MODULE_DIR}/mcux/mcux-sdk-ng)
|
||||||
# SdkRootDirPath is used by MCUX SDK NG CMake files.
|
# SdkRootDirPath is used by MCUX SDK NG CMake files.
|
||||||
set(SdkRootDirPath ${MCUX_SDK_NG_DIR})
|
set(SdkRootDirPath ${MCUX_SDK_NG_DIR})
|
||||||
|
|
||||||
|
if(CONFIG_CPU_CORTEX_A)
|
||||||
|
set(ACoreCmsisDirPath ${ZEPHYR_CURRENT_MODULE_DIR}/mcux/mcux-sdk/CMSIS)
|
||||||
|
endif()
|
||||||
|
|
||||||
# Functions for MCUX SDK cmake files
|
# Functions for MCUX SDK cmake files
|
||||||
include(${MCUX_SDK_NG_DIR}/cmake/extension/logging.cmake)
|
include(${MCUX_SDK_NG_DIR}/cmake/extension/logging.cmake)
|
||||||
include(${MCUX_SDK_NG_DIR}/cmake/extension/function.cmake)
|
include(${MCUX_SDK_NG_DIR}/cmake/extension/function.cmake)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue