Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
ee760b3f9a2a50e6519f94606126fa1ad9aa276a
/
.
/
modules
/
cmsis
/
CMakeLists.txt
blob: 4044ae891b39285a76849f779da3c87f347739af [
file
] [
log
] [
blame
]
# Copyright (c) 2023 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
if(CONFIG_CPU_AARCH32_CORTEX_A OR CONFIG_CPU_AARCH32_CORTEX_R)
add_subdirectory(${ZEPHYR_CURRENT_MODULE_DIR} cmsis)
zephyr_include_directories(.)
endif()