As noted in PR #89370, the content of these files falls below the trivial threshold. Therefore, it is not necessary to retain the original copyright, which was carried over when the files were copied from the `cmsis` module. Signed-off-by: Sudan Landge <sudan.landge@arm.com>
9 lines
239 B
CMake
9 lines
239 B
CMake
# Copyright 2025 Arm Limited and/or its affiliates <open-source-office@arm.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
add_subdirectory(${ZEPHYR_CURRENT_MODULE_DIR} cmsis_6)
|
|
|
|
if(CONFIG_CPU_CORTEX_M)
|
|
zephyr_include_directories(.)
|
|
endif()
|