Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
70a67385d06f881b8f7bb65005caea0cd6ff328c
/
.
/
modules
/
cmsis_6
/
CMakeLists.txt
blob: 16bc698857ffebd3ba3f04d3405731a5bfe31dc3 [
file
]
# Copyright 2025 Arm Limited and/or its affiliates <open-source-office@arm.com>
# SPDX-License-Identifier: Apache-2.0
if(CONFIG_CPU_CORTEX_M)
add_subdirectory(${ZEPHYR_CURRENT_MODULE_DIR} cmsis_6)
zephyr_include_directories(.)
endif()