Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
5c8f7bf8745dbc7d2f0833aca6645402e6e3a80f
/
.
/
soc
/
arm
/
CMakeLists.txt
blob: f854c3b7d1ee695e36e38a6651ee144cbe2711fe [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: Apache-2.0
add_subdirectory_ifdef(CONFIG_CPU_CORTEX_M common/cortex_m)
if(SOC_FAMILY)
add_subdirectory(${SOC_FAMILY})
else()
add_subdirectory(${SOC_NAME})
endif()