Skip to content

Commit e54af3e

Browse files
committed
hal_nxp: Add code for A core compatibility
Signed-off-by: Zhaoxiang Jin <[email protected]>
1 parent 9d168f6 commit e54af3e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mcux/mcux-sdk-ng/devices/arm/shared.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
if(CONFIG_CPU_CORTEX_M)
12
# core related
23
include(${SdkRootDirPath}/arch/arm/cortexm/core_${CONFIG_MCUX_HW_CORE}.cmake)
34
include(${SdkRootDirPath}/arch/arm/cortexm/core_${CONFIG_MCUX_HW_FPU_TYPE}.cmake)
45
include(${SdkRootDirPath}/arch/arm/cortexm/cpu_define.cmake)
6+
endif()
57

68
if(CONFIG_MCUX_COMPONENT_device.RTE)
79

0 commit comments

Comments
 (0)