1# SPDX-License-Identifier: Apache-2.0
2
3add_subdirectory_ifdef(CONFIG_HAS_CMSIS_CORE_M Core)
4add_subdirectory_ifdef(CONFIG_HAS_CMSIS_CORE_A Core_A)
5add_subdirectory_ifdef(CONFIG_HAS_CMSIS_CORE_R Core_R)
6
7add_subdirectory_ifdef(CONFIG_CMSIS_DSP        DSP)
8add_subdirectory_ifdef(CONFIG_CMSIS_NN         NN)
9