Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
4c7b77a716f48a2fc5686cf123a1e5683ad627d2
/
.
/
arch
/
arm
/
CMakeLists.txt
blob: 2ddf782a41b1c92fb6c2382716b5bc685aad9a4e [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: Apache-2.0
if(CONFIG_ARM64)
include(aarch64.cmake)
else()
include(aarch32.cmake)
endif()